forked from OSchip/llvm-project
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:
parent
13637e900e
commit
643a2869b3
|
@ -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 {
|
namespace std {
|
||||||
typedef decltype(nullptr) nullptr_t;
|
typedef decltype(nullptr) nullptr_t;
|
||||||
|
|
|
@ -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 -triple x86_64-linux-gnu -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 -include-pch %t -verify %s
|
||||||
|
|
||||||
#ifndef HEADER_INCLUDED
|
#ifndef HEADER_INCLUDED
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue