llvmc: Pass -disable-cfi to llc.

llvm-svn: 130712
This commit is contained in:
Rafael Espindola 2011-05-02 19:45:24 +00:00
parent 8c729e71c2
commit 834e543bcb

View File

@ -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"),