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

Rin Dobrescu via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 06:24:37 PST 2025


Rin18 wrote:

> > Thanks for bringing this to my attention, I'll need to look into the mentioned issue and see if this patch impacts it.
> 
> Great, please also notice some downstream work on the python side which works around the current BOLT issues and might provide some hints: [astral-sh/python-build-standalone#463](https://github.com/astral-sh/python-build-standalone/pull/463)
> 
> Ideally, there should be no need to use `--skip-funcs=sre_ucs1_match/1,_PyEval_EvalFrameDefault.localalias/1`
I've taken a look at the links issue you've mentioned. This patch provides support for computed goto's. Once the PR is merged, it should get rid of the need to provide the `--skip-funcs` flag.


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


More information about the llvm-commits mailing list