diff options
author | John Ericson <git@JohnEricson.me> | 2019-04-07 22:33:21 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-07-14 01:21:11 -0400 |
commit | e7ed53c9c347bbf6650f268b516da6e6c156a91a (patch) | |
tree | 16d6f1ed782965a11ff98bbda8aa0674fe8521c7 /libraries/ghc-boot | |
parent | f508b7ce56f1e7dc2666de3139f58c02a0567461 (diff) | |
download | haskell-e7ed53c9c347bbf6650f268b516da6e6c156a91a.tar.gz |
Remove LLVM_TARGET platform macros
Instead following @angerman's suggestion put them in the config file.
Maybe we could re-key llvm-targets someday, but this is good for now.
Diffstat (limited to 'libraries/ghc-boot')
-rw-r--r-- | libraries/ghc-boot/GHC/Platform.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/ghc-boot/GHC/Platform.hs b/libraries/ghc-boot/GHC/Platform.hs index 1c4e4eec8b..01d709a199 100644 --- a/libraries/ghc-boot/GHC/Platform.hs +++ b/libraries/ghc-boot/GHC/Platform.hs @@ -243,6 +243,7 @@ data PlatformMisc = PlatformMisc , platformMisc_ghcThreaded :: Bool , platformMisc_ghcDebugged :: Bool , platformMisc_ghcRtsWithLibdw :: Bool + , platformMisc_llvmTarget :: String } data IntegerLibrary |