summaryrefslogtreecommitdiff
path: root/test/FrontendObjC/2009-08-17-DebugInfo.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendObjC/2009-08-17-DebugInfo.m')
-rw-r--r--test/FrontendObjC/2009-08-17-DebugInfo.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendObjC/2009-08-17-DebugInfo.m b/test/FrontendObjC/2009-08-17-DebugInfo.m
index 8ed7c24dc1348..825bbd75358c5 100644
--- a/test/FrontendObjC/2009-08-17-DebugInfo.m
+++ b/test/FrontendObjC/2009-08-17-DebugInfo.m
@@ -1,6 +1,6 @@
// This is a regression test on debug info to make sure that we can set a
// breakpoint on a objective message.
-// RUN: %llvmgcc -S -O0 -g %s -o - | llc -o %t.s -O0
+// RUN: %llvmgcc -S -O0 -g %s -o - | llc -disable-cfi -o %t.s -O0
// RUN: %compile_c %t.s -o %t.o
// RUN: %link %t.o -o %t.exe -framework Foundation
// RUN: echo {break randomFunc\n} > %t.in