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 8747eae8e9
commit 9a419de980

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;