llvm-6502/tools
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
..
analyze For PR351: 2004-12-30 05:36:08 +00:00
bugpoint Fix a bugpoint crash that JeffC noticed, looking like this: 2005-02-23 06:12:11 +00:00
extract Use binary mode for reading/writing bytecode files 2005-01-22 17:36:17 +00:00
gccas Use binary mode for reading/writing bytecode files 2005-01-22 17:36:17 +00:00
gccld Make sure to null terminate argument lists! 2005-02-13 23:02:34 +00:00
llc add Alpha to llc 2005-02-15 21:14:09 +00:00
lli For PR351: 2004-12-30 05:36:08 +00:00
llvm-ar Use binary mode for reading/writing bytecode files 2005-01-22 17:36:17 +00:00
llvm-as Print the module, not the pointer. 2005-02-13 19:12:31 +00:00
llvm-bcanalyzer For PR351: 2004-12-30 05:36:08 +00:00
llvm-db For PR351: 2004-12-30 05:36:08 +00:00
llvm-dis clean up comments 2005-01-29 17:29:05 +00:00
llvm-extract Use binary mode for reading/writing bytecode files 2005-01-22 17:36:17 +00:00
llvm-ld Conform to the documented interface by null terminating argument lists! 2005-02-13 23:10:45 +00:00
llvm-link Print the module, not the pointer. 2005-02-13 19:12:31 +00:00
llvm-nm For PR351: 2004-12-30 05:36:08 +00:00
llvm-prof For PR351: 2004-12-30 05:36:08 +00:00
llvm-ranlib Fix PR506: 2005-02-13 07:34:17 +00:00
llvm-stub Incorporate the contents of include/llvm/Config/unistd.h as this is the 2004-12-20 04:34:36 +00:00
llvmc Adjust the help output so that it will fit cleanly within 80 columns. 2005-02-18 20:00:05 +00:00
opt Use binary mode for reading/writing bytecode files 2005-01-22 17:36:17 +00:00
Makefile Rename BUILD_* to PROJ_* 2005-01-16 02:21:29 +00:00