summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2016-10-28 02:37:04 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2016-10-28 02:37:04 +0000
commita0d9acafe11969665939a572538eb1bcc53d8e1b (patch)
treebbf45cf1bbec48b0c7abbb86208262fe0dd5e280
parent0ac158a528d3f490af6e4ed5a7d8ff7f878f9baf (diff)
downloadbcm5719-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.mm2
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
OpenPOWER on IntegriCloud