llvm-6502/tools/bugpoint
Chris Lattner 9b5b1905db Fix a bugpoint crash that JeffC noticed, looking like this:
*** Attempting to perform final cleanups: Final cleanups failed.  Sorry. :(  Ple
ase report a bug!

<llc>llc.exe: bytecode didn't read correctly.
llc.exe: bytecode didn't read correctly.
<crash>
Assertion failed: M && "You can't write a null module!!", file c:\llvm\lib\bytec
ode\writer\writer.cpp, line 1094


The fact that llc bombed (in this case) is ok, but bugpoint shouldn't crash after this.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20285 91177308-0d34-0410-b5e6-96231b3b80d8
2005-02-23 06:12:11 +00:00
..
BugDriver.cpp
BugDriver.h
bugpoint.cpp
CrashDebugger.cpp
ExecutionDriver.cpp
ExtractFunction.cpp Fix a bugpoint crash that JeffC noticed, looking like this: 2005-02-23 06:12:11 +00:00
ListReducer.h
Makefile
Miscompilation.cpp
OptimizerDriver.cpp
TestPasses.cpp
ToolRunner.cpp
ToolRunner.h