[llvm] [BOLT] Support computed goto and allow map addrs inside functions (PR #120267)

Ash Dobrescu via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 09:05:47 PST 2025


================
@@ -5599,7 +5606,7 @@ uint64_t RewriteInstance::getNewFunctionOrDataAddress(uint64_t OldAddress) {
         for (const BinaryBasicBlock &BB : *BF)
----------------
Rin18 wrote:

I've now used `BinaryFunction::forEachEntryPoint()` here.

https://github.com/llvm/llvm-project/pull/120267


More information about the llvm-commits mailing list