diff options
author | Adrian Prantl <aprantl@apple.com> | 2015-07-07 23:19:46 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2015-07-07 23:19:46 +0000 |
commit | 142ec39739ce2cdfaea28407f916e241bbd4c43c (patch) | |
tree | fac664158611309a7d6b6387df4b0835d1fe0e50 /clang/test/PCH | |
parent | 3d43f66c9157278210ac7fb6d36664ecd8219fee (diff) | |
download | bcm5719-llvm-142ec39739ce2cdfaea28407f916e241bbd4c43c.tar.gz bcm5719-llvm-142ec39739ce2cdfaea28407f916e241bbd4c43c.zip |
Revert r241620 and follow-up commits while investigating linux buildbot failures.
llvm-svn: 241642
Diffstat (limited to 'clang/test/PCH')
-rw-r--r-- | clang/test/PCH/__va_list_tag.c | 1 | ||||
-rw-r--r-- | clang/test/PCH/arc.m | 1 | ||||
-rw-r--r-- | clang/test/PCH/asm.c | 1 | ||||
-rw-r--r-- | clang/test/PCH/chain-external-defs.c | 1 | ||||
-rw-r--r-- | clang/test/PCH/chain-trivial.c | 1 | ||||
-rw-r--r-- | clang/test/PCH/cxx-ms-function-specialization-class-scope.cpp | 1 | ||||
-rw-r--r-- | clang/test/PCH/external-defs.c | 1 | ||||
-rw-r--r-- | clang/test/PCH/floating-literal.c | 1 | ||||
-rw-r--r-- | clang/test/PCH/local_static.cpp | 1 | ||||
-rw-r--r-- | clang/test/PCH/pchpch.c | 1 | ||||
-rw-r--r-- | clang/test/PCH/reloc.c | 1 | ||||
-rw-r--r-- | clang/test/PCH/subscripting-literals.m | 1 | ||||
-rw-r--r-- | clang/test/PCH/target-options.c | 1 | ||||
-rw-r--r-- | clang/test/PCH/tentative-defs.c | 1 | ||||
-rw-r--r-- | clang/test/PCH/thread-local.cpp | 2 | ||||
-rw-r--r-- | clang/test/PCH/va_arg.c | 1 | ||||
-rw-r--r-- | clang/test/PCH/va_arg.cpp | 1 |
17 files changed, 1 insertions, 17 deletions
diff --git a/clang/test/PCH/__va_list_tag.c b/clang/test/PCH/__va_list_tag.c index 81cda8963b2..efe5c1b3663 100644 --- a/clang/test/PCH/__va_list_tag.c +++ b/clang/test/PCH/__va_list_tag.c @@ -1,4 +1,3 @@ -// REQUIRES: x86-registered-target // PR13189 // rdar://problem/11741429 // Test this without pch. diff --git a/clang/test/PCH/arc.m b/clang/test/PCH/arc.m index 63c77778f40..466b3170559 100644 --- a/clang/test/PCH/arc.m +++ b/clang/test/PCH/arc.m @@ -1,4 +1,3 @@ -// REQUIRES: x86-registered-target // Test this without pch. // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include %S/Inputs/arc.h -fsyntax-only -emit-llvm-only %s diff --git a/clang/test/PCH/asm.c b/clang/test/PCH/asm.c index cabd03cac9a..160829b7a6e 100644 --- a/clang/test/PCH/asm.c +++ b/clang/test/PCH/asm.c @@ -1,4 +1,3 @@ -// REQUIRES: x86-registered-target // Test this without pch. // RUN: %clang_cc1 -triple i386-unknown-unknown -include %S/asm.h -fsyntax-only -verify %s diff --git a/clang/test/PCH/chain-external-defs.c b/clang/test/PCH/chain-external-defs.c index f7c72333899..74222944286 100644 --- a/clang/test/PCH/chain-external-defs.c +++ b/clang/test/PCH/chain-external-defs.c @@ -1,4 +1,3 @@ -// REQUIRES: x86-registered-target // Test with pch. // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-pch -o %t1.pch %S/Inputs/chain-external-defs1.h // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-pch -o %t2.pch %S/Inputs/chain-external-defs2.h -include-pch %t1.pch diff --git a/clang/test/PCH/chain-trivial.c b/clang/test/PCH/chain-trivial.c index 4cc7890de04..a0f5827fb91 100644 --- a/clang/test/PCH/chain-trivial.c +++ b/clang/test/PCH/chain-trivial.c @@ -1,3 +1,2 @@ -// REQUIRES: x86-registered-target // RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-pch -o %t1 %S/Inputs/chain-trivial1.h // RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-pch -o %t2 -include-pch %t1 %S/Inputs/chain-trivial2.h diff --git a/clang/test/PCH/cxx-ms-function-specialization-class-scope.cpp b/clang/test/PCH/cxx-ms-function-specialization-class-scope.cpp index f97a8d183c7..afbb80b7376 100644 --- a/clang/test/PCH/cxx-ms-function-specialization-class-scope.cpp +++ b/clang/test/PCH/cxx-ms-function-specialization-class-scope.cpp @@ -1,4 +1,3 @@ -// REQUIRES: x86-registered-target // RUN: %clang_cc1 -fms-extensions -triple i386-unknown-unknown -x c++-header -emit-pch -o %t %S/cxx-ms-function-specialization-class-scope.h // RUN: %clang_cc1 -fms-extensions -triple i386-unknown-unknown -include-pch %t -fsyntax-only -verify %s // expected-no-diagnostics diff --git a/clang/test/PCH/external-defs.c b/clang/test/PCH/external-defs.c index 5e906b246bc..5c2582a9c36 100644 --- a/clang/test/PCH/external-defs.c +++ b/clang/test/PCH/external-defs.c @@ -1,4 +1,3 @@ -// REQUIRES: x86-registered-target // Test with pch. // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-pch -o %t.pch %S/external-defs.h // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -include-pch %t.pch -emit-llvm -o %t %s diff --git a/clang/test/PCH/floating-literal.c b/clang/test/PCH/floating-literal.c index b5ff6fe84b8..738e45a4151 100644 --- a/clang/test/PCH/floating-literal.c +++ b/clang/test/PCH/floating-literal.c @@ -1,5 +1,4 @@ // RUN: %clang_cc1 -triple mips64-none-linux-gnu -emit-pch -o %t %s -// REQUIRES: mips-registered-target // RUN: %clang_cc1 -x ast -ast-print %t | FileCheck %s // Make sure the semantics of FloatingLiterals are stored correctly in diff --git a/clang/test/PCH/local_static.cpp b/clang/test/PCH/local_static.cpp index b4131bffde2..1085d81d317 100644 --- a/clang/test/PCH/local_static.cpp +++ b/clang/test/PCH/local_static.cpp @@ -1,4 +1,3 @@ -// REQUIRES: x86-registered-target // Test this without PCH. // RUN: %clang_cc1 -triple x86_64-apple-macosx10.9.0 -include %S/local_static.h -fsyntax-only %s -emit-llvm -o %t.no_pch.ll %s // RUN: FileCheck --input-file %t.no_pch.ll %s diff --git a/clang/test/PCH/pchpch.c b/clang/test/PCH/pchpch.c index 5ea661abd55..d68a6ad4aee 100644 --- a/clang/test/PCH/pchpch.c +++ b/clang/test/PCH/pchpch.c @@ -1,7 +1,6 @@ // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-pch -o %t1 %S/pchpch1.h // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-pch -o %t2 %S/pchpch2.h -include-pch %t1 // RUN: %clang_cc1 -triple i386-unknown-unknown -fsyntax-only %s -include-pch %t2 -// REQUIRES: x86-registered-target // The purpose of this test is to make sure that a PCH created while including // an existing PCH can be loaded. diff --git a/clang/test/PCH/reloc.c b/clang/test/PCH/reloc.c index bf70ab6f692..8dabb8b03d0 100644 --- a/clang/test/PCH/reloc.c +++ b/clang/test/PCH/reloc.c @@ -3,7 +3,6 @@ // RUN: %clang -target x86_64-apple-darwin10 -fsyntax-only \ // RUN: -include-pch %t -isysroot %S/libroot %s -Xclang -verify // RUN: not %clang -target x86_64-apple-darwin10 -include-pch %t %s -// REQUIRES: x86-registered-target #include <reloc.h> diff --git a/clang/test/PCH/subscripting-literals.m b/clang/test/PCH/subscripting-literals.m index 52491dbc200..725e5802a5d 100644 --- a/clang/test/PCH/subscripting-literals.m +++ b/clang/test/PCH/subscripting-literals.m @@ -1,7 +1,6 @@ // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o %t.nopch.ll %s // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-pch -o %t.pch %s // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o %t.pch.ll %s -include-pch %t.pch -// REQUIRES: x86-registered-target // RUN: diff %t.nopch.ll %t.pch.ll #ifndef HEADER diff --git a/clang/test/PCH/target-options.c b/clang/test/PCH/target-options.c index 06a09502f9a..2b85efe07ab 100644 --- a/clang/test/PCH/target-options.c +++ b/clang/test/PCH/target-options.c @@ -1,6 +1,5 @@ // RUN: %clang_cc1 -triple=x86_64-apple-darwin9 -emit-pch -o %t.pch %S/target-options.h // RUN: not %clang_cc1 -triple=x86_64-unknown-freebsd7.0 -include-pch %t.pch %s -emit-llvm -o - > %t.err 2>&1 // RUN: FileCheck %s < %t.err -// REQUIRES: x86-registered-target // CHECK: for the target diff --git a/clang/test/PCH/tentative-defs.c b/clang/test/PCH/tentative-defs.c index 7163316a93d..42882307dc7 100644 --- a/clang/test/PCH/tentative-defs.c +++ b/clang/test/PCH/tentative-defs.c @@ -1,7 +1,6 @@ // Test with pch. // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-pch -o %t.pch %S/tentative-defs.h // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -include-pch %t.pch -verify -emit-llvm -o %t %s -// REQUIRES: x86-registered-target // RUN: grep "@variable = common global i32 0" %t | count 1 // RUN: grep "@incomplete_array = common global .*1 x i32" %t | count 1 diff --git a/clang/test/PCH/thread-local.cpp b/clang/test/PCH/thread-local.cpp index ab37f7b3f7e..f65c12af092 100644 --- a/clang/test/PCH/thread-local.cpp +++ b/clang/test/PCH/thread-local.cpp @@ -1,6 +1,6 @@ // 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 -// REQUIRES: x86-registered-target + #ifndef HEADER_INCLUDED #define HEADER_INCLUDED diff --git a/clang/test/PCH/va_arg.c b/clang/test/PCH/va_arg.c index dba9eea8de4..1fb2a838e4f 100644 --- a/clang/test/PCH/va_arg.c +++ b/clang/test/PCH/va_arg.c @@ -1,6 +1,5 @@ // Test this without pch. // RUN: %clang_cc1 -triple=x86_64-unknown-freebsd7.0 -include %S/va_arg.h %s -emit-llvm -o - -// REQUIRES: x86-registered-target // Test with pch. // RUN: %clang_cc1 -triple=x86_64-unknown-freebsd7.0 -emit-pch -o %t %S/va_arg.h diff --git a/clang/test/PCH/va_arg.cpp b/clang/test/PCH/va_arg.cpp index 0b3c3b107c0..7c8dc6b316f 100644 --- a/clang/test/PCH/va_arg.cpp +++ b/clang/test/PCH/va_arg.cpp @@ -1,6 +1,5 @@ // Test this without pch. // RUN: %clang_cc1 -triple=x86_64-unknown-freebsd7.0 -include %S/Inputs/va_arg.h %s -emit-llvm -o - -// REQUIRES: x86-registered-target // Test with pch. // RUN: %clang_cc1 -triple=x86_64-unknown-freebsd7.0 -emit-pch -x c++-header -o %t %S/Inputs/va_arg.h |