[llvm-branch-commits] [LowerTypeTests] Add debug info to jump table entries (PR #192736)
Vitaly Buka via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Apr 17 13:53:40 PDT 2026
https://github.com/vitalybuka created https://github.com/llvm/llvm-project/pull/192736
When Control Flow Integrity (CFI) is enabled, jump tables are used to
redirect indirect calls. Previously, these jump table entries lacked
debug information, making it difficult for profilers and debuggers to
attribute execution time correctly.
More information about the llvm-branch-commits
mailing list