mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 02:03:11 +00:00
llvmc: Pass -disable-cfi to llc.
llvm-svn: 130712
This commit is contained in:
parent
8c729e71c2
commit
834e543bcb
@ -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…
x
Reference in New Issue
Block a user