Fix getRelocationValueString to return the symbol name for EM_386.
This helps llvm-objdump -r to print out the symbol name along with the relocation type.
Adjust existing tests from checking for "Unknown" to check for the symbol now.
Paths
| Differential D5987
Fix getRelocationValueString to return the symbol name for EM_386. ClosedPublic Authored by jvoung on Oct 24 2014, 6:18 PM.
Details Summary Fix getRelocationValueString to return the symbol name for EM_386. This helps llvm-objdump -r to print out the symbol name along with the relocation type.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 29 2014, 10:59 AM
Revision Contents
Diff 15552 llvm/trunk/include/llvm/Object/ELFObjectFile.h
llvm/trunk/test/Object/X86/objdump-disassembly-inline-relocations.test
llvm/trunk/test/Object/objdump-relocations.test
|