[clang] [llvm] [MC] Emit a jump table size section (PR #101962)

Nabeel Omer via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 14 07:13:58 PST 2025


omern1 wrote:

Hi @ruotongyu,

> and am trying to apply it to more architectures, such as x86.

I'm not sure what you mean here, this patch is really architecture independent and already works on X86. I maybe be misunderstanding you here though.

> Do you have any suggestions on how to correctly associate the jump table with the corresponding assembly instruction? Please let me know if I’m misunderstanding anything.

That's unfortunately something that I did not have time to do in this patch but https://github.com/llvm/llvm-project/pull/112606 is trying to achieve that.

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


More information about the cfe-commits mailing list