]> granicus.if.org Git - clang/commitdiff
Add a triple. Should fix the windows bots.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 26 Jul 2013 12:40:55 +0000 (12:40 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 26 Jul 2013 12:40:55 +0000 (12:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187197 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/temporaries.cpp

index ddad855d3387300a054be761b11792e5fe8bc7ec..d7122706f47f5c1fe208a6896d7e3dde51dd9f37 100644 (file)
@@ -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);