summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-03-04 09:04:20 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-03-04 09:04:20 +0000
commit4a5a9d2174d0a9fc94b97b15519d1be321af7c17 (patch)
treed4b9a2e68acbcb2cdeb3f31e733cd273fefc65e1
parent4ffd9d250cba883e0f85b1cbd759fcbb8a7a7de5 (diff)
downloadbcm5719-llvm-4a5a9d2174d0a9fc94b97b15519d1be321af7c17.tar.gz
bcm5719-llvm-4a5a9d2174d0a9fc94b97b15519d1be321af7c17.zip
Give %itanium_abi_triple to the test to appease targeting msvc.
llvm-svn: 202803
-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 c773e9ba9be..c7629df93d1 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 - -fno-standalone-debug | FileCheck %s
+// RUN: %clang_cc1 -S -emit-llvm -triple %itanium_abi_triple -g %s -o - -fno-standalone-debug | FileCheck %s
template <typename T>
struct a {
OpenPOWER on IntegriCloud