Avoid assert() in lto. Let linker handle all failures. Use LTO_WRITE_FAILURE
authorBill Wendling <isanbard@gmail.com>
Thu, 8 Feb 2007 01:48:28 +0000 (01:48 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 8 Feb 2007 01:48:28 +0000 (01:48 +0000)
commit62062b59df4e59d8c08044634c2bb7ef25f964ed
tree9c7c26f8e39a16dcc8b8105b41c95839bf15d2c4
parent546d0fbd9718ea5ad422faaeffea939fe7312408
Avoid assert() in lto. Let linker handle all failures. Use LTO_WRITE_FAILURE
instead of LTO_UNKNOWN.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34036 91177308-0d34-0410-b5e6-96231b3b80d8
tools/lto/lto.cpp