[PATCH] D129974: [BOLT] Support split jump table for stripped binaries
Amir Ayupov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 21 10:58:03 PDT 2022
Amir added inline comments.
================
Comment at: bolt/lib/Rewrite/RewriteInstance.cpp:2917
+ // postProcessJumpTables may register secondary entry points for TargetBF
+ // postProcessJumpTables for all functions before postProcessEntryPoints
for (auto &BFI : BC->getBinaryFunctions()) {
----------------
Can you make a test case for that?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129974/new/
https://reviews.llvm.org/D129974
More information about the llvm-commits
mailing list