r202803 - Give %itanium_abi_triple to the test to appease targeting msvc.

NAKAMURA Takumi geek4civic at gmail.com
Tue Mar 4 01:04:20 PST 2014


Author: chapuni
Date: Tue Mar  4 03:04:20 2014
New Revision: 202803

URL: http://llvm.org/viewvc/llvm-project?rev=202803&view=rev
Log:
Give %itanium_abi_triple to the test to appease targeting msvc.

Modified:
    cfe/trunk/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp

Modified: cfe/trunk/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp?rev=202803&r1=202802&r2=202803&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp Tue Mar  4 03:04:20 2014
@@ -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 {





More information about the cfe-commits mailing list