forked from OSchip/llvm-project
Driver: Skip the -ivfsoverlay argument in driver crash diags
llvm-svn: 211474
This commit is contained in:
parent
1162d25c1b
commit
61c0e43ef6
|
@ -41,7 +41,7 @@ static int skipArgs(const char *Flag) {
|
|||
.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)
|
||||
.Cases("-dwarf-debug-flags", "-ivfsoverlay", true)
|
||||
.Default(false);
|
||||
|
||||
// Match found.
|
||||
|
|
Loading…
Reference in New Issue