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 | bf47af30766d8118bb48cc5963903bfcdf0d7ee3 (patch) | |
tree | 7baf95cda479d8ec5c09a04812cf2577a87fdac2 /test/PCH/reloc.c | |
parent | 476d33351fa2d77b032c3bde36dd880b4bc79d92 (diff) | |
download | clang-bf47af30766d8118bb48cc5963903bfcdf0d7ee3.tar.gz |
Revert r241620 and follow-up commits while investigating linux buildbot failures.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241642 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/PCH/reloc.c')
-rw-r--r-- | test/PCH/reloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/PCH/reloc.c b/test/PCH/reloc.c index bf70ab6f69..8dabb8b03d 100644 --- a/test/PCH/reloc.c +++ b/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> |