stop on the first file mismatch.

llvm-svn: 75076
This commit is contained in:
Chris Lattner 2009-07-09 00:19:21 +00:00
parent 03f89b1828
commit aedd818577
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ int main(int argc, char **argv) {
"error");
SM.PrintMessage(SMLoc::getFromPointer(CurPtr), "scanning from here",
"note");
return 1;
}
return 0;