[PATCH] D49107: Fix a bug for packed relocations.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 9 16:52:52 PDT 2018


pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lld/test/ELF/pack-dyn-relocs2.s:52
+.align 2
+.dc.a __ehdr_start + 1
+.dc.a __ehdr_start + 2
----------------
Nit: I'd drop the addends because they aren't relevant to what you're testing for here.


https://reviews.llvm.org/D49107





More information about the llvm-commits mailing list