commit | 2920100e4daf8875a4fedb0b83967b99f5f75896 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Nov 05 21:45:35 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Nov 05 21:45:35 2003 +0000 |
tree | 35c303f11f1382320c1492b3bcf8cea1f47fefdc | |
parent | a2e48a82fecba2810a2664fbcbe869639358b6e9 [diff] |
I hate it when bugpoint is all ready to give me a bytecode file, then crashes in final cleanups. Then you had to run the whole mess again with -disable-final-cleanups. This makes bugpoint run the cleanups in a protected environment so that if they crash, bugpoint itself doesn't crash. This makes things much happier, implements a FIXME, and gets rid of YABPO (yet another bugpoint option). llvm-svn: 9743