r187197 - Add a triple. Should fix the windows bots.

Rafael Espindola rafael.espindola at gmail.com
Fri Jul 26 05:40:55 PDT 2013


Author: rafael
Date: Fri Jul 26 07:40:55 2013
New Revision: 187197

URL: http://llvm.org/viewvc/llvm-project?rev=187197&view=rev
Log:
Add a triple. Should fix the windows bots.

Modified:
    cfe/trunk/test/Analysis/temporaries.cpp

Modified: cfe/trunk/test/Analysis/temporaries.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/temporaries.cpp?rev=187197&r1=187196&r2=187197&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/temporaries.cpp (original)
+++ cfe/trunk/test/Analysis/temporaries.cpp Fri Jul 26 07:40:55 2013
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -verify -w -std=c++03 %s
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -verify -w -std=c++11 %s
+// RUN: %clang_cc1 -triple x86_64-pc-linux -analyze -analyzer-checker=core,debug.ExprInspection -verify -w -std=c++11 %s
 
 extern bool clang_analyzer_eval(bool);
 





More information about the cfe-commits mailing list