[PATCH] D58174: [yaml2obj] - Do not skip zeroes blocks if there are relocations against them.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 13 06:41:51 PST 2019
MaskRay added a comment.
This behavior is reasonable, and is what GNU objdump has:
0000000000000000 <.rodata>:
...
0: R_X86_64_64 *ABS*
a: R_X86_64_64 *ABS*
It doesn't use our 8-zeroes heuristic, though.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58174/new/
https://reviews.llvm.org/D58174
More information about the llvm-commits
mailing list