summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-03-04 03:08:16 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-03-04 03:08:16 +0000
commit534f41ddfaae9fc09c5b6907207f0201f2e8f46a (patch)
tree52f19d1807b75b9090081344949093699325005e
parentf7f21859750c062314ec58765f0d89ce8ce907a1 (diff)
downloadbcm5719-llvm-534f41ddfaae9fc09c5b6907207f0201f2e8f46a.tar.gz
bcm5719-llvm-534f41ddfaae9fc09c5b6907207f0201f2e8f46a.zip
DebugInfo: Make test (introduced in r202769) resilient to platforms that default to -fstandalone-debug
llvm-svn: 202780
-rw-r--r--clang/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp b/clang/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
index 86380392a20..c773e9ba9be 100644
--- a/clang/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
+++ b/clang/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -S -emit-llvm -g %s -o - -triple=x86_64-unknown-unknown | FileCheck %s
+// RUN: %clang_cc1 -S -emit-llvm -g %s -o - -fno-standalone-debug | FileCheck %s
template <typename T>
struct a {
OpenPOWER on IntegriCloud