Add triples to these tests since they're now using TLS, which isn't available on all targets.

llvm-svn: 179514
This commit is contained in:
Richard Smith 2013-04-15 08:00:15 +00:00
parent 13637e900e
commit 643a2869b3
2 changed files with 3 additions and 3 deletions

View 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;

View 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