]> granicus.if.org Git - clang/commitdiff
Hardcode a triple to prevent the test failing on targets which don't support __thread.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 4 Apr 2012 21:54:03 +0000 (21:54 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 4 Apr 2012 21:54:03 +0000 (21:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154058 91177308-0d34-0410-b5e6-96231b3b80d8

test/CXX/temp/temp.arg/temp.arg.nontype/p1.cpp

index fc997f8b1f50ad5d58f8138f3b782b0795709f25..c4db0027052ce24b4d6c49a1af5e201f31d9dbd6 100644 (file)
@@ -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:
 //