[all-commits] [llvm/llvm-project] d099e8: [KeyInstr][Clang] Catch variable init atom
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Wed May 21 07:31:06 PDT 2025
Branch: refs/heads/users/OCHyams/ki-clang-catch-init
Home: https://github.com/llvm/llvm-project
Commit: d099e89b6de4363cf271e90cd12b61661a0eb51d
https://github.com/llvm/llvm-project/commit/d099e89b6de4363cf271e90cd12b61661a0eb51d
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2025-05-21 (Wed, 21 May 2025)
Changed paths:
M clang/lib/CodeGen/ItaniumCXXABI.cpp
A clang/test/DebugInfo/KeyInstructions/try-catch.cpp
Log Message:
-----------
[KeyInstr][Clang] Catch variable init atom
This patch is part of a stack that teaches Clang to generate Key Instructions
metadata for C and C++.
The Key Instructions project is introduced, including a "quick summary" section
at the top which adds context for this PR, here:
https://discourse.llvm.org/t/rfc-improving-is-stmt-placement-for-better-interactive-debugging/82668
The feature is only functional in LLVM if LLVM is built with CMake flag
LLVM_EXPERIMENTAL_KEY_INSTRUCTIONs. Eventually that flag will be removed.
The Clang-side work is demoed here:
https://github.com/llvm/llvm-project/pull/130943
Commit: 54eca7132d6ed37a9a5f8eaeb3ed8b024870138a
https://github.com/llvm/llvm-project/commit/54eca7132d6ed37a9a5f8eaeb3ed8b024870138a
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2025-05-21 (Wed, 21 May 2025)
Changed paths:
M clang/test/DebugInfo/KeyInstructions/try-catch.cpp
Log Message:
-----------
cc1
Compare: https://github.com/llvm/llvm-project/compare/638b319d1352...54eca7132d6e
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list