Author: rsmith
Date: Wed Apr 4 16:54:03 2012
New Revision: 154058
URL: http://llvm.org/viewvc/llvm-project?rev=154058&view=rev
Log:
Hardcode a triple to prevent the test failing on targets which don't support
__thread.
Modified:
cfe/trunk/test/CXX/temp/temp.arg/temp.arg.nontype/p1.cpp
Modified: cfe/trunk/test/CXX/temp/temp.arg/temp.arg.nontype/p1.cpp
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CXX/temp/temp.arg/temp.arg.nontype/p1.cpp?rev=154058&r1=154057&r2=154058&view=diff
==============================================================================
--- cfe/trunk/test/CXX/temp/temp.arg/temp.arg.nontype/p1.cpp (original)
+++ cfe/trunk/test/CXX/temp/temp.arg/temp.arg.nontype/p1.cpp Wed Apr 4
16:54:03 2012
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify -triple=x86_64-linux-gnu %s
// C++11 [temp.arg.nontype]p1:
//
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits