diff options
author | Russell Gallop <russell.gallop@gmail.com> | 2019-05-22 12:07:52 +0000 |
---|---|---|
committer | Russell Gallop <russell.gallop@gmail.com> | 2019-05-22 12:07:52 +0000 |
commit | 529141e4ad33551a1dd0c59e28f1462d7a8b411c (patch) | |
tree | 7b4deedd8b76b7964291375fdd04991a51a97a08 /clang/test/Driver/darwin-header-search-libstdcxx.cpp | |
parent | 01d88e5b73991248fccdff715400bd7b1af425f3 (diff) | |
download | bcm5719-llvm-529141e4ad33551a1dd0c59e28f1462d7a8b411c.tar.gz bcm5719-llvm-529141e4ad33551a1dd0c59e28f1462d7a8b411c.zip |
Mark tests from r361278 as unsupported on Windows.
llvm-svn: 361374
Diffstat (limited to 'clang/test/Driver/darwin-header-search-libstdcxx.cpp')
-rw-r--r-- | clang/test/Driver/darwin-header-search-libstdcxx.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Driver/darwin-header-search-libstdcxx.cpp b/clang/test/Driver/darwin-header-search-libstdcxx.cpp index 480fb8c6de9..ce9d2c1b7eb 100644 --- a/clang/test/Driver/darwin-header-search-libstdcxx.cpp +++ b/clang/test/Driver/darwin-header-search-libstdcxx.cpp @@ -1,3 +1,5 @@ +// UNSUPPORTED: system-windows + // General tests that the header search paths for libstdc++ detected by the // driver and passed to CC1 are correct on Darwin platforms. |