[PATCH] D35240: [llvm-objdump] Correctly distinguish between the MachO upper/lower16 relocations

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 16:21:32 PDT 2017


lhames added a comment.

Oops - I didn't look closely enough: I thought you were just comparing against 1, but you're actually masking with 0x1 first, so this should work as-is for both ARM and Thumb encodings.


https://reviews.llvm.org/D35240





More information about the llvm-commits mailing list