]> granicus.if.org Git - clang/commitdiff
Give %itanium_abi_triple to the test to appease targeting msvc.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Mar 2014 09:04:20 +0000 (09:04 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Mar 2014 09:04:20 +0000 (09:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202803 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-template-explicit-specialization.cpp

index c773e9ba9be69971ada7c748c9e1eb23ade149a0..c7629df93d178b084fd5677e13838340cd8dd99c 100644 (file)
@@ -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 {