summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/ARM/Inputs/reloc-half.obj.macho-arm
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-objdump] Correctly distinguish between the MachO upper/lower16 relocationsMartin Storsjo2017-07-131-0/+0
All other code in MachODump.cpp uses the same comparison, ((r_length & 0x1) == 1), for distinguishing between the two, while the code in llvm-objdump.cpp seemed to be incorrect. Differential Revision: https://reviews.llvm.org/D35240 llvm-svn: 307882
OpenPOWER on IntegriCloud