forked from OSchip/llvm-project
[driver] Remove an extra space with the -internal-externc-isystem option, so
that matching works correctly. Part of rdar://12329974 llvm-svn: 167161
This commit is contained in:
parent
4a6591da25
commit
2933d05033
|
@ -115,7 +115,7 @@ static bool skipArg(const char *Flag, bool &SkipNextArg) {
|
|||
.Cases("-o", "-coverage-file", "-dependency-file", true)
|
||||
.Cases("-fdebug-compilation-dir", "-fmodule-cache-path", "-idirafter", true)
|
||||
.Cases("-include", "-include-pch", "-internal-isystem", true)
|
||||
.Cases("-internal-externc-isystem ", "-iprefix ", "-iwithprefix", true)
|
||||
.Cases("-internal-externc-isystem", "-iprefix ", "-iwithprefix", true)
|
||||
.Cases("-iwithprefixbefore", "-isysroot", "-isystem", "-iquote", true)
|
||||
.Cases("-resource-dir", "-serialize-diagnostic-file", true)
|
||||
.Case("-dwarf-debug-flags", true)
|
||||
|
|
Loading…
Reference in New Issue