[PATCH] D147544: [BOLT] Move from RuntimeDyld to JITLink
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 19 03:02:57 PDT 2023
alexander-shaposhnikov added inline comments.
================
Comment at: bolt/lib/Rewrite/JITLinkLinker.cpp:51
+ const BinarySection &BinSection, uint64_t Address) {
+ auto *JLSection = LG.findSectionByName(BinSection.getSectionID());
+ assert(JLSection && "cannot find section in LinkGraph");
----------------
alexander-shaposhnikov wrote:
> (just in case) is it true that (at the moment) we have only one block within JLSection ?
(in non-relocation mode)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147544/new/
https://reviews.llvm.org/D147544
More information about the llvm-commits
mailing list