[PATCH] D147544: [BOLT] Move from RuntimeDyld to JITLink
Alexander Yermolovich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 30 06:57:17 PDT 2023
ayermolo added inline comments.
================
Comment at: bolt/lib/Core/BinaryEmitter.cpp:199
ELFDwarfLineSection->setFlags(ELF::SHF_ALLOC);
+ MCSectionELF *ELFDwarfLineStrSection =
+ static_cast<MCSectionELF *>(BC.MOFI->getDwarfLineStrSection());
----------------
Why was this added?
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