From e7ed53c9c347bbf6650f268b516da6e6c156a91a Mon Sep 17 00:00:00 2001 From: John Ericson Date: Sun, 7 Apr 2019 22:33:21 -0400 Subject: 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. --- libraries/ghc-boot/GHC/Platform.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'libraries/ghc-boot') 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 -- cgit v1.2.1