summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-template-quals.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-08-07 00:28:23 +0000
committerEric Christopher <echristo@apple.com>2012-08-07 00:28:23 +0000
commit754cedf23fa4451f98b2d529a9b954acd14a4738 (patch)
tree69c7c4b5052c5e0c64c8889ab9f0a37cfcd76b21 /clang/test/CodeGenCXX/debug-info-template-quals.cpp
parent654cd4aaee2ebc01f0860ecd30ba8c8203aaa2da (diff)
downloadbcm5719-llvm-754cedf23fa4451f98b2d529a9b954acd14a4738.tar.gz
bcm5719-llvm-754cedf23fa4451f98b2d529a9b954acd14a4738.zip
Specify a triple on this to make it easier to test.
llvm-svn: 161372
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-template-quals.cpp')
-rw-r--r--clang/test/CodeGenCXX/debug-info-template-quals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-template-quals.cpp b/clang/test/CodeGenCXX/debug-info-template-quals.cpp
index ab7136bf544..601d664b8eb 100644
--- a/clang/test/CodeGenCXX/debug-info-template-quals.cpp
+++ b/clang/test/CodeGenCXX/debug-info-template-quals.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang -emit-llvm -g -S %s -o - | FileCheck %s
+// RUN: %clang -emit-llvm -g -S -triple x86_64-apple-darwin %s -o - | FileCheck %s
template<typename _CharT>
struct basic_string {
OpenPOWER on IntegriCloud