diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2017-02-25 19:17:11 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2017-02-25 19:17:11 +0000 |
commit | f70ab5bf6b274d9948717c9bea78ffc6e1e4312f (patch) | |
tree | 2665f9c793556914b08ec449efbbec4d5245eebf | |
parent | 4a20711826025a22f0595a80c20805667129acfe (diff) | |
download | bcm5719-llvm-f70ab5bf6b274d9948717c9bea78ffc6e1e4312f.tar.gz bcm5719-llvm-f70ab5bf6b274d9948717c9bea78ffc6e1e4312f.zip |
[test] Disable test/Index/pch-from-libclang.c for non-darwin systems.
llvm-svn: 296267
-rw-r--r-- | clang/test/Index/pch-from-libclang.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Index/pch-from-libclang.c b/clang/test/Index/pch-from-libclang.c index c944cd69c02..056cd0a1899 100644 --- a/clang/test/Index/pch-from-libclang.c +++ b/clang/test/Index/pch-from-libclang.c @@ -1,4 +1,8 @@ // Check that clang can use a PCH created from libclang. + +// FIXME: Non-darwin bots fail. Would need investigation using -module-file-info to see what is the difference in modules generated from libclang vs the compiler invocation, in those systems. +// REQUIRES: system-darwin + // RUN: c-index-test -write-pch %t.h.pch %s -fmodules -fmodules-cache-path=%t.mcp -Xclang -triple -Xclang x86_64-apple-darwin // RUN: %clang -fsyntax-only -include %t.h %s -Xclang -verify -fmodules -fmodules-cache-path=%t.mcp -Xclang -detailed-preprocessing-record -Xclang -triple -Xclang x86_64-apple-darwin |