llvm-6502/tools/llvm-objdump
Rui Ueyama d2077b0631 Object/COFF: Fix off-by-one error for object having lots of relocations
llvm-objdump printed out an error message for this off-by-one error,
but because it always exits with 0 whether or not it found an error,
the test (llvm-objdump/coff-many-relocs.test) succeeded.
I made llvm-objdump exit with EXIT_FAILURE when an error is found.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222852 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-26 22:17:25 +00:00
..
CMakeLists.txt Nuke MCAnalysis. 2014-09-02 22:32:20 +00:00
COFFDump.cpp Rename data -> Data 2014-10-02 22:13:44 +00:00
ELFDump.cpp [Object] Split the ELF interface into 3 parts. 2013-08-08 22:27:13 +00:00
llvm-objdump.cpp Object/COFF: Fix off-by-one error for object having lots of relocations 2014-11-26 22:17:25 +00:00
llvm-objdump.h Remove the now unused StringRefMemoryObject.h. 2014-11-12 02:13:27 +00:00
LLVMBuild.txt Nuke MCAnalysis. 2014-09-02 22:32:20 +00:00
MachODump.cpp Fix Use-of-uninitialized-value for adrp_addr and adrp_inst in MachODump.cpp 2014-11-19 20:20:16 +00:00
Makefile Nuke MCAnalysis. 2014-09-02 22:32:20 +00:00