[all-commits] [llvm/llvm-project] e8a5eb: [NFC][KeyInstr][Clang] Add some additional tests
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Tue Jun 3 03:21:22 PDT 2025
Branch: refs/heads/users/OCHyams/ki-clang-extra-tests
Home: https://github.com/llvm/llvm-project
Commit: e8a5ebb08165c6d9b0ac6b518b4ad3d1abd1fa4b
https://github.com/llvm/llvm-project/commit/e8a5ebb08165c6d9b0ac6b518b4ad3d1abd1fa4b
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
A clang/test/DebugInfo/KeyInstructions/cast.c
R clang/test/DebugInfo/KeyInstructions/multi-func.c
A clang/test/DebugInfo/KeyInstructions/new.cpp
Log Message:
-----------
[NFC][KeyInstr][Clang] Add some additional tests
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
new.cpp: Check store of addr and value are both added to same atom
cast.c: Check we look through casts
multi-func.c Check the atom group number is reset between functions
Commit: dbb2e52e46291d103118158cca4dcfc325760416
https://github.com/llvm/llvm-project/commit/dbb2e52e46291d103118158cca4dcfc325760416
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
M clang/test/DebugInfo/KeyInstructions/cast.c
M clang/test/DebugInfo/KeyInstructions/new.cpp
A clang/test/KeyInstructions/multi-func.c
Log Message:
-----------
cc1
Commit: db87963afdc0d502c62cc229e49209d493aa330a
https://github.com/llvm/llvm-project/commit/db87963afdc0d502c62cc229e49209d493aa330a
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
M clang/test/DebugInfo/KeyInstructions/cast.c
M clang/test/DebugInfo/KeyInstructions/new.cpp
Log Message:
-----------
fixtests
Compare: https://github.com/llvm/llvm-project/compare/68b1f156535f...db87963afdc0
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