forked from OSchip/llvm-project
[driver] Remove an extra space with the -iprefix option, so that
matching works correctly. Part of rdar://12329974 llvm-svn: 167173
This commit is contained in:
parent
d7c16b2543
commit
37756b0714
|
@ -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