r209515 - [test] Force a triple in the pragma optimize test due to expected mangled names.

Dario Domizioli dario.domizioli at gmail.com
Fri May 23 06:53:13 PDT 2014


Author: ddomizioli
Date: Fri May 23 08:53:12 2014
New Revision: 209515

URL: http://llvm.org/viewvc/llvm-project?rev=209515&view=rev
Log:
[test] Force a triple in the pragma optimize test due to expected mangled names.

No functional change to the compiler.
This should just make the test pass on all buildbots.


Modified:
    cfe/trunk/test/SemaCXX/pragma-optimize.cpp

Modified: cfe/trunk/test/SemaCXX/pragma-optimize.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/pragma-optimize.cpp?rev=209515&r1=209514&r2=209515&view=diff
==============================================================================
--- cfe/trunk/test/SemaCXX/pragma-optimize.cpp (original)
+++ cfe/trunk/test/SemaCXX/pragma-optimize.cpp Fri May 23 08:53:12 2014
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -x c++ -std=c++11 -emit-llvm -O2 < %s | FileCheck %s
+// RUN: %clang_cc1 -x c++ -std=c++11 -triple x86_64-unknown-linux -emit-llvm -O2 < %s | FileCheck %s
 
 #pragma clang optimize off
 





More information about the cfe-commits mailing list