[PATCH] D117612: [BOLT] Update dynamic relocations from section relocations
Vladislav Khmelevsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 16 02:14:52 PST 2022
yota9 added a comment.
Oh you mean by external script. I think it is possible to make this, however it might be a bit challenging with no-symbol (e.g. relative) relocations. But we could always find the symbol by offset of course. I was also thinking about something like reorder-functions=user approach, but it is extra logic which I would not like to add to bolt it self.
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