зеркало из https://github.com/microsoft/clang-1.git
[driver crash diagnostics] Strip -internal-isystem and -internal-externc-isystem.
rdar://11949066 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160752 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
a4ba28f321
Коммит
699c6cd0b9
|
@ -524,6 +524,8 @@ void Driver::generateCompilationDiagnostics(Compilation &C,
|
|||
Flag.push_back("-idirafter ");
|
||||
Flag.push_back("-include ");
|
||||
Flag.push_back("-include-pch ");
|
||||
Flag.push_back("-internal-isystem ");
|
||||
Flag.push_back("-internal-externc-isystem ");
|
||||
Flag.push_back("-iprefix ");
|
||||
Flag.push_back("-iwithprefix ");
|
||||
Flag.push_back("-iwithprefixbefore ");
|
||||
|
|
|
@ -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/
|
||||
|
|
Загрузка…
Ссылка в новой задаче