summaryrefslogtreecommitdiffstats
path: root/tools/llvmc/src/Base.td.in
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc/src/Base.td.in')
-rw-r--r--tools/llvmc/src/Base.td.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc/src/Base.td.in b/tools/llvmc/src/Base.td.in
index 527913c..84e39e7 100644
--- a/tools/llvmc/src/Base.td.in
+++ b/tools/llvmc/src/Base.td.in
@@ -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"),
OpenPOWER on IntegriCloud