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 /includes/ghc.mk | |
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 'includes/ghc.mk')
-rw-r--r-- | includes/ghc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/ghc.mk b/includes/ghc.mk index f5773f66c4..ccbd8abbc5 100644 --- a/includes/ghc.mk +++ b/includes/ghc.mk @@ -209,6 +209,7 @@ $(includes_SETTINGS) : includes/Makefile | $$(dir $$@)/. @echo ',("target has subsections via symbols", "$(HaskellHaveSubsectionsViaSymbols)")' >> $@ @echo ',("target has RTS linker", "$(HaskellHaveRTSLinker)")' >> $@ @echo ',("Unregisterised", "$(Unregisterised)")' >> $@ + @echo ',("LLVM target", "$(LLVMTarget_CPP)")' >> $@ @echo ',("LLVM llc command", "$(SettingsLlcCommand)")' >> $@ @echo ',("LLVM opt command", "$(SettingsOptCommand)")' >> $@ @echo ',("LLVM clang command", "$(SettingsClangCommand)")' >> $@ |