summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-03 15:56:16 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-03 15:56:16 +0000
commita51ef94ec11f8999bd854ff4e336844d8551c507 (patch)
treea548a055088889e2b74fe7f33bf7c403e8f5ee2c /llvm/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp
parentea1f098dbe156f33a7f137b0e14ffa7d4be2fa21 (diff)
downloadbcm5719-llvm-a51ef94ec11f8999bd854ff4e336844d8551c507.tar.gz
bcm5719-llvm-a51ef94ec11f8999bd854ff4e336844d8551c507.zip
Pass --disable-cfi to llc.
llvm-svn: 130754
Diffstat (limited to 'llvm/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp')
-rw-r--r--llvm/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp b/llvm/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp
index e3616da073b..da09c0b459b 100644
--- a/llvm/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp
+++ b/llvm/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S -g %s -o - | llc -O0 -o %t.s
+// RUN: %llvmgcc -S -g %s -o - | llc --disable-cfi -O0 -o %t.s
// RUN: %compile_c %t.s -o %t.o
// PR4025
OpenPOWER on IntegriCloud