not: Only consider exit code 3 to be a crash with --crash
authorReid Kleckner <reid@kleckner.net>
Mon, 23 Jun 2014 22:54:33 +0000 (22:54 +0000)
committerReid Kleckner <reid@kleckner.net>
Mon, 23 Jun 2014 22:54:33 +0000 (22:54 +0000)
commit71c24112f164f525840442f7f22fe491095c53c1
treeeeb7dc23d35c9b33c5c7473b8c62fd9d66544452
parentb138caba43b5c1a370bc9cf52d815c44bdf90159
not: Only consider exit code 3 to be a crash with --crash

This fixes Clang's test/Index/comment-xml-schema.c with Cygwin's
xmllint.exe, which uses exit(3) for XML validation failure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211550 91177308-0d34-0410-b5e6-96231b3b80d8
utils/not/not.cpp