diff options
| author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2016-10-28 02:37:04 +0000 |
|---|---|---|
| committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2016-10-28 02:37:04 +0000 |
| commit | a0d9acafe11969665939a572538eb1bcc53d8e1b (patch) | |
| tree | bbf45cf1bbec48b0c7abbb86208262fe0dd5e280 | |
| parent | 0ac158a528d3f490af6e4ed5a7d8ff7f878f9baf (diff) | |
| download | bcm5719-llvm-a0d9acafe11969665939a572538eb1bcc53d8e1b.tar.gz bcm5719-llvm-a0d9acafe11969665939a572538eb1bcc53d8e1b.zip | |
[Modules] Make test from r285377 darwin specific
Appease buildbots:
http://bb.pgr.jp/builders/cmake-clang-x86_64-linux/builds/55876
llvm-svn: 285378
| -rw-r--r-- | clang/test/Modules/umbrella-header-include-builtin.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/umbrella-header-include-builtin.mm b/clang/test/Modules/umbrella-header-include-builtin.mm index 09e1cf98e89..75b9c905ff0 100644 --- a/clang/test/Modules/umbrella-header-include-builtin.mm +++ b/clang/test/Modules/umbrella-header-include-builtin.mm @@ -1,3 +1,5 @@ +// REQUIRES: system-darwin + // RUN: rm -rf %t // RUN: %clang -cc1 -fsyntax-only -nostdinc++ -isysroot %S/Inputs/libc-libcxx/sysroot -isystem %S/Inputs/libc-libcxx/sysroot/usr/include/c++/v1 -F%S/Inputs/libc-libcxx/sysroot/Frameworks -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -x objective-c++ %s |

