r231900 - Fix test to specify an Itanium triple.

Richard Smith richard-llvm at metafoo.co.uk
Tue Mar 10 18:09:01 PDT 2015


Author: rsmith
Date: Tue Mar 10 20:09:01 2015
New Revision: 231900

URL: http://llvm.org/viewvc/llvm-project?rev=231900&view=rev
Log:
Fix test to specify an Itanium triple.

Modified:
    cfe/trunk/test/CodeGenCXX/mangle-fail.cpp

Modified: cfe/trunk/test/CodeGenCXX/mangle-fail.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/mangle-fail.cpp?rev=231900&r1=231899&r2=231900&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/mangle-fail.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/mangle-fail.cpp Tue Mar 10 20:09:01 2015
@@ -1,6 +1,6 @@
-// RUN: %clang_cc1 -emit-llvm -x c++ -std=c++11 -verify %s -DN=1
-// RUN: %clang_cc1 -emit-llvm -x c++ -std=c++11 -verify %s -DN=2
-// RUN: %clang_cc1 -emit-llvm -x c++ -std=c++11 -verify %s -DN=3
+// RUN: %clang_cc1 -emit-llvm -x c++ -std=c++11 -triple %itanium_abi_triple -verify %s -DN=1
+// RUN: %clang_cc1 -emit-llvm -x c++ -std=c++11 -triple %itanium_abi_triple -verify %s -DN=2
+// RUN: %clang_cc1 -emit-llvm -x c++ -std=c++11 -triple %itanium_abi_triple -verify %s -DN=3
 
 struct A { int a; };
 





More information about the cfe-commits mailing list