]> granicus.if.org Git - clang/commitdiff
Add triples to these tests since they're now using TLS, which isn't available on...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 15 Apr 2013 08:00:15 +0000 (08:00 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 15 Apr 2013 08:00:15 +0000 (08:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179514 91177308-0d34-0410-b5e6-96231b3b80d8

test/CXX/temp/temp.arg/temp.arg.nontype/p1-11.cpp
test/PCH/thread-local.cpp

index 2eaa0ba304f4fa0d90ff98f373a17e5f2916ec2b..3f65466dfc0f98c602b5b3630d96e3d58126b38c 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++11 %s -verify
+// RUN: %clang_cc1 -std=c++11 %s -verify -triple x86_64-linux-gnu
 
 namespace std {
   typedef decltype(nullptr) nullptr_t;
index 4679946e1a8bbaae7c51e0e70b313c5c58803d39..f65c12af0925afacac5c856f7d8b75197a4b948d 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -pedantic-errors -std=c++11 -emit-pch %s -o %t
-// RUN: %clang_cc1 -pedantic-errors -std=c++11 -include-pch %t -verify %s
+// RUN: %clang_cc1 -pedantic-errors -std=c++11 -triple x86_64-linux-gnu -emit-pch %s -o %t
+// RUN: %clang_cc1 -pedantic-errors -std=c++11 -triple x86_64-linux-gnu -include-pch %t -verify %s
 
 #ifndef HEADER_INCLUDED