Add a call to 'write' right before the call to abort() in the unwind path.
authorChris Lattner <sabre@nondot.org>
Sun, 8 Feb 2004 07:30:29 +0000 (07:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 8 Feb 2004 07:30:29 +0000 (07:30 +0000)
commite1c09309f25d791ba4616ae6a1ac62acb7c85339
treee744d3591e70346442a93b4c97a3d17155b41c55
parent973e3ec7db21fe53417f0248083180828e2ff9a0
Add a call to 'write' right before the call to abort() in the unwind path.
This causes the JIT, or LLC'd program to print out a nice message, explaining
WHY the program aborted.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11184 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/LowerInvoke.cpp