summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/X86/Inputs/objModInit.macho-x86_64
Commit message (Collapse)AuthorAgeFilesLines
* For llvm-objdump and Mach-O files, fix the printing of module init andKevin Enderby2018-03-201-0/+0
term sections from .o files to look to see if the pointers have a relocation entry and if so print the symbol name from the relocation entry. If not fall back to the existing code and use the pointer value to look up that value in the symbol table. rdar://38337506 llvm-svn: 328037
OpenPOWER on IntegriCloud