In preparation for removing exception handling in tablegen, add
authorJoerg Sonnenberger <joerg@bec.de>
Thu, 25 Oct 2012 16:35:18 +0000 (16:35 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Thu, 25 Oct 2012 16:35:18 +0000 (16:35 +0000)
commit0eafc7fc37e48b27aad907bcdf0b726d2e6a9af8
treea72567537c4104bfb7aed5067fb0d73f1ad42a24
parent8e4e0074092f5e6e429f4ac5415a82a8423ec4f9
In preparation for removing exception handling in tablegen, add
PrintFatalError, which combines PrintError with exit(1).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166690 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/TableGen/Error.h
lib/TableGen/Error.cpp