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 Allow compilers that can't distinguish between a class instantiation and 2004-12-20 19:16:12 +00:00
BugDriver.h Implement basic block extraction for the miscompilation debugger. This still needs 2004-05-11 21:54:13 +00:00
bugpoint.cpp For PR351: 2004-12-30 05:36:08 +00:00
CrashDebugger.cpp Fix VC++ complaint 2005-01-22 16:30:58 +00:00
ExecutionDriver.cpp Add support for fp tolerances 2005-01-23 03:45:26 +00:00
ExtractFunction.cpp Fix a bugpoint crash that JeffC noticed, looking like this: 2005-02-23 06:12:11 +00:00
ListReducer.h Remove debugging code, unneuter this functionality 2004-11-18 19:42:50 +00:00
Makefile Add LLVMbzip2 library, now required. 2004-11-25 20:22:06 +00:00
Miscompilation.cpp Improve output precision. 2005-01-15 00:07:19 +00:00
OptimizerDriver.cpp Get bugpoint compiling with VC++ again, not that it works anyway. 2005-02-16 05:05:31 +00:00
TestPasses.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:30:56 +00:00
ToolRunner.cpp Move helper function here. 2005-02-13 23:13:47 +00:00
ToolRunner.h Fix VC++ complaint 2005-01-22 16:30:58 +00:00