exit(1) instead of abort()'ing on error
authorChris Lattner <sabre@nondot.org>
Fri, 13 Feb 2004 16:37:43 +0000 (16:37 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Feb 2004 16:37:43 +0000 (16:37 +0000)
commitf5761a5e68fa805d58422ca0db5f32f049e77551
treebd8b64975fcfdd0b1ffbdda709e50628b660b326
parent83fe91797ace489c28ebc02be09c27f6e6168912
exit(1) instead of abort()'ing on error

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11380 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/FileLexer.l
utils/TableGen/FileParser.y
utils/TableGen/TableGen.cpp