diff options
| author | Alex Lorenz <arphaman@gmail.com> | 2018-06-19 19:43:07 +0000 |
|---|---|---|
| committer | Alex Lorenz <arphaman@gmail.com> | 2018-06-19 19:43:07 +0000 |
| commit | 66d984c6a51ecdc5dc1876fd16d3738983c1cb1c (patch) | |
| tree | 29e86d70e72403647a9c9d6c3d8496c29bbf0d0f /clang/test | |
| parent | 79b13a034828ba3ae9011c9442468f9b2a867163 (diff) | |
| download | bcm5719-llvm-66d984c6a51ecdc5dc1876fd16d3738983c1cb1c.tar.gz bcm5719-llvm-66d984c6a51ecdc5dc1876fd16d3738983c1cb1c.zip | |
Revert r335063 as it causes bot failures
llvm-svn: 335073
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Frontend/warning-stdlibcxx-darwin.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/test/Frontend/warning-stdlibcxx-darwin.cpp b/clang/test/Frontend/warning-stdlibcxx-darwin.cpp deleted file mode 100644 index 3c132b6a833..00000000000 --- a/clang/test/Frontend/warning-stdlibcxx-darwin.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// RUN: %clang -cc1 -triple arm64-apple-ios6.0.0 -isysroot %S/doesnotexist %s 2>&1 | FileCheck %s -// RUN: %clang -cc1 -triple arm64-apple-ios6.0.0 -isysroot %S/doesnotexist -stdlib=libc++ %s -verify -// CHECK: include path for stdlibc++ headers not found; pass '-std=libc++' on the command line to use the libc++ standard library instead - -// expected-no-diagnostics |

