[PATCH] D135494: [BOLT] Section-handling refactoring/overhaul
Denis Revunov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 19 05:47:56 PDT 2022
treapster added a comment.
I'm a bit concerned about adding OrgSecPrefix to EFMM. My understanding is that now it's impossible or really hard to rewrite a section in-place, because EFMM will automatically duplicate it and add prefix to the original section. I'm developing a patch to rewrite the entire binary and i'm now struggling to rebase it on top of this. I would appreciate clarifications regarding EFMM changes and how to update sections in-place with this code.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135494/new/
https://reviews.llvm.org/D135494
More information about the llvm-commits
mailing list