[PATCH] D117612: [BOLT] Update dynamic relocations from section relocations
Maksim Panchenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 15 22:04:44 PST 2022
maksfb accepted this revision.
maksfb added a comment.
This revision is now accepted and ready to land.
One way to do the binary comparison in this case, is to dump relocations (e.g. via llvm-objdump) from mismatched sections and sort them. But you are right, it's beyond the scope of this diff.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117612/new/
https://reviews.llvm.org/D117612
More information about the llvm-commits
mailing list