If we encounter a fatal error, exit with status 70. For BSD systems this is
authorChad Rosier <mcrosier@apple.com>
Mon, 12 Nov 2012 21:32:24 +0000 (21:32 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 12 Nov 2012 21:32:24 +0000 (21:32 +0000)
commitad6e96d59c597aeccbdb1c2b0d749fbe4dee762d
tree384d2adf3615f542c7986a352bfe4821c4adbcb6
parentec369d53160826960b5762bf4c6a42c9c8443b71
If we encounter a fatal error, exit with status 70.  For BSD systems this is
defined as an internal software error.  This notifies the driver to report
diagnostics information.
rdar://11951540

llvm-svn: 167754
clang/tools/driver/cc1_main.cpp
clang/tools/driver/driver.cpp