Skip to content

Commit b7bd64d

Browse files
committed
[ghc-toolchain] Add LLVM llvm-as flags
1 parent 66ee4f8 commit b7bd64d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/ghc-toolchain/exe/Main.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ targetToSettings tgt@Target{..} =
583583
, ("LLVM llc command", llc_cmd)
584584
, ("LLVM opt command", llvm_opt_cmd)
585585
, ("LLVM llvm-as command", llvm_as_cmd)
586+
, ("LLVM llvm-as flags", "") -- see ec826009b3a9d5f8e975ca2c8002832276043c18, #25793
586587
, ("Use inplace MinGW toolchain", use_inplace_mingw)
587588
, ("target RTS linker only supports shared libraries", yesNo (targetRTSLinkerOnlySupportsSharedLibs tgt))
588589
, ("Use interpreter", yesNo (targetSupportsInterpreter tgt))

0 commit comments

Comments
 (0)