From: NAKAMURA Takumi Date: Tue, 4 Mar 2014 09:04:20 +0000 (+0000) Subject: Give %itanium_abi_triple to the test to appease targeting msvc. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60d302dde6c65767b14e233da169b207480e9ae0;p=clang Give %itanium_abi_triple to the test to appease targeting msvc. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202803 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp b/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp index c773e9ba9b..c7629df93d 100644 --- a/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp +++ b/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 struct a {