diff options
| author | Chad Rosier <mcrosier@apple.com> | 2012-07-25 18:55:43 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2012-07-25 18:55:43 +0000 |
| commit | ae7581dfd6e78f1e9f9b9661d372ae3418480597 (patch) | |
| tree | b6c2ad559eb267737580c492335e392f02e0a0be /clang/test | |
| parent | f0626f2205bc4000be28ca8f2ad7afbde538f3dd (diff) | |
| download | bcm5719-llvm-ae7581dfd6e78f1e9f9b9661d372ae3418480597.tar.gz bcm5719-llvm-ae7581dfd6e78f1e9f9b9661d372ae3418480597.zip | |
[driver crash diagnostics] Strip -internal-isystem and -internal-externc-isystem.
rdar://11949066
llvm-svn: 160752
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Driver/crash-report.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Driver/crash-report.c b/clang/test/Driver/crash-report.c index 7c7d3ab0abd..7adaf42a2c9 100644 --- a/clang/test/Driver/crash-report.c +++ b/clang/test/Driver/crash-report.c @@ -3,6 +3,7 @@ // RUN: env TMPDIR=%t TEMP=%t TMP=%t %clang -fsyntax-only %s \ // RUN: -F/tmp/ -I /tmp/ -idirafter /tmp/ -iquote /tmp/ -isystem /tmp/ \ // RUN: -iprefix /the/prefix -iwithprefix /tmp -iwithprefixbefore /tmp/ \ +// RUN: -internal-isystem /tmp/ -internal-externc-isystem /tmp/ \ // RUN: -DFOO=BAR 2>&1 | FileCheck %s // RUN: cat %t/crash-report-*.c | FileCheck --check-prefix=CHECKSRC %s // RUN: cat %t/crash-report-*.sh | FileCheck --check-prefix=CHECKSH %s @@ -22,3 +23,5 @@ FOO // CHECKSH-NOT: -iprefix /the/prefix // CHECKSH-NOT: -iwithprefix /tmp/ // CHECKSH-NOT: -iwithprefixbefore /tmp/ +// CHECKSH-NOT: -internal-isystem /tmp/ +// CHECKSH-NOT: -internal-externc-isystem /tmp/ |

