Driver: Skip the -ivfsoverlay argument in driver crash diags

llvm-svn: 211474
This commit is contained in:
Justin Bogner 2014-06-22 20:35:10 +00:00
parent 1162d25c1b
commit 61c0e43ef6
1 changed files with 1 additions and 1 deletions

View File

@ -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.