We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ee4f8 commit b7bd64dCopy full SHA for b7bd64d
utils/ghc-toolchain/exe/Main.hs
@@ -583,6 +583,7 @@ targetToSettings tgt@Target{..} =
583
, ("LLVM llc command", llc_cmd)
584
, ("LLVM opt command", llvm_opt_cmd)
585
, ("LLVM llvm-as command", llvm_as_cmd)
586
+ , ("LLVM llvm-as flags", "") -- see ec826009b3a9d5f8e975ca2c8002832276043c18, #25793
587
, ("Use inplace MinGW toolchain", use_inplace_mingw)
588
, ("target RTS linker only supports shared libraries", yesNo (targetRTSLinkerOnlySupportsSharedLibs tgt))
589
, ("Use interpreter", yesNo (targetSupportsInterpreter tgt))
0 commit comments