forked from OSchip/llvm-project
parent
aa181174e7
commit
7219831894
|
@ -301,7 +301,7 @@ def llc : Tool<
|
|||
[(in_language "llvm-bitcode", "llvm-assembler"),
|
||||
(out_language "assembler"),
|
||||
(output_suffix "s"),
|
||||
(command "llc"),
|
||||
(command "llc -disable-cfi"),
|
||||
(actions (case
|
||||
(switch_on "S"), (stop_compilation),
|
||||
(switch_on "O0"), (forward "O0"),
|
||||
|
|
Loading…
Reference in New Issue