summaryrefslogtreecommitdiff
path: root/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-11-25 21:39:17 +0000
committerDuncan Sands <baldrick@free.fr>2010-11-25 21:39:17 +0000
commit71a39f4b6f132c0ab4520a46e9ad5b363711e686 (patch)
tree52cef0ae817e5fd54400672a77156efe75d76254 /test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
parenta0c67bb1f9c59e0660ea6bc8d27226bfa900d58a (diff)
downloadllvm-71a39f4b6f132c0ab4520a46e9ad5b363711e686.tar.gz
llvm-71a39f4b6f132c0ab4520a46e9ad5b363711e686.tar.bz2
llvm-71a39f4b6f132c0ab4520a46e9ad5b363711e686.tar.xz
Remove explicit uses of -emit-llvm, the test infrastructure adds it
automatically. Use -S with llvm-gcc rather than -c, so tests can work when llvm-gcc is really dragonegg (which can output IR with -S but not -c). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120160 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC++/2009-02-16-CtorNames-dbg.cpp')
-rw-r--r--test/FrontendC++/2009-02-16-CtorNames-dbg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp b/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
index 8f1b598aa2..eb69963e53 100644
--- a/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
+++ b/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S -g --emit-llvm %s -o - | grep "\~A"
+// RUN: %llvmgcc -S -g %s -o - | grep "\~A"
class A {
int i;
public: