]> granicus.if.org Git - clang/commitdiff
Driver: Skip the -ivfsoverlay argument in driver crash diags
authorJustin Bogner <mail@justinbogner.com>
Sun, 22 Jun 2014 20:35:10 +0000 (20:35 +0000)
committerJustin Bogner <mail@justinbogner.com>
Sun, 22 Jun 2014 20:35:10 +0000 (20:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211474 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Job.cpp

index 38f68ebf585287060f5de1ad9bdc923e4c70575d..42cc1bc2907797b170f58fbca242262640e4917e 100644 (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.