when opt crashes, print its command line arguments as a pretty stack trace.
authorChris Lattner <sabre@nondot.org>
Wed, 9 Dec 2009 00:41:28 +0000 (00:41 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 9 Dec 2009 00:41:28 +0000 (00:41 +0000)
commitc0d91b75f0fc78cd19603ca6cd756aa392d7b293
tree435b3602f0955151299ec6a3b0592a5bdcdd7ddd
parent686abbb1ebd31da0231bd69d72ee3900e414348d
when opt crashes, print its command line arguments as a pretty stack trace.
Somehow opt was missed when this was added.

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