[PATCH] D97057: [lld-macho] Properly test subtractor relocations & fix their attributes
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 26 16:20:03 PST 2021
smeenai accepted this revision.
smeenai added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lld/test/MachO/reloc-subtractor.s:15
+# CHECK-LABEL: Contents of section __DATA,__data:
+# CHECK: [[#SUB1ADDR]] 10000000
+# CHECK: [[#SUB2ADDR]] f0ffffff
----------------
Little endian makes this so confusing :(
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97057/new/
https://reviews.llvm.org/D97057
More information about the llvm-commits
mailing list