summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-05-09 22:11:34 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-05-09 22:11:34 +0000
commit37f25ae3cf7e1bd2fc131b303b2342e67384003b (patch)
treeef6ebcc38a2578a4e87ff4bc8649ebdf93a5a875 /clang/test/CodeGenCXX/debug-info.cpp
parent21b3ab43e1d85a962780916b9f221c813d9d6dcf (diff)
downloadbcm5719-llvm-37f25ae3cf7e1bd2fc131b303b2342e67384003b.tar.gz
bcm5719-llvm-37f25ae3cf7e1bd2fc131b303b2342e67384003b.zip
Fix some test cases I broke in r181552
llvm-svn: 181554
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info.cpp')
-rw-r--r--clang/test/CodeGenCXX/debug-info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info.cpp b/clang/test/CodeGenCXX/debug-info.cpp
index d691f97e598..b16c564e738 100644
--- a/clang/test/CodeGenCXX/debug-info.cpp
+++ b/clang/test/CodeGenCXX/debug-info.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm-only -g %s -o - | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -g %s -o - | FileCheck %s
template<typename T> struct Identity {
typedef T Type;
};
OpenPOWER on IntegriCloud