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 aa181174e7
commit 7219831894
1 changed files with 1 additions and 1 deletions

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