[clang] [llvm] [MC] Emit a jump table size section (PR #101962)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 11 13:16:08 PST 2025
ruotongyu wrote:
Hi, I really like this design and am trying to apply it to more architectures, such as x86. However, it seems that the jump table is not properly mapped to the instruction that references it. 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.
https://github.com/llvm/llvm-project/pull/101962
More information about the cfe-commits
mailing list