[all-commits] [llvm/llvm-project] 1c9a81: Fix gdb pretty printers for libSupport
David Blaikie via All-commits
all-commits at lists.llvm.org
Tue Jun 18 22:53:41 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c9a81b2bd91e8cd9baf742fa66650eefbaf552c
https://github.com/llvm/llvm-project/commit/1c9a81b2bd91e8cd9baf742fa66650eefbaf552c
Author: David Blaikie <dblaikie at gmail.com>
Date: 2024-06-19 (Wed, 19 Jun 2024)
Changed paths:
M cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.cpp
M cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.gdb
M llvm/utils/gdb-scripts/prettyprinters.py
Log Message:
-----------
Fix gdb pretty printers for libSupport
Remove the testing for std::optional - it was originally for
llvm::Optional, but now that that doesn't exist and we use
std::optional, testing for that pretty printer should live, wherever the
pretty printer lives, not here in LLVM.
And the PointerIntPair pretty printer bit rotted due to changes in
PointerIntPair, 875391728c11339c8a6cd3338bcaa5ec0ffc2496.
Commit: 67a8b8838d3d5024a94e50e0839a03902126bd11
https://github.com/llvm/llvm-project/commit/67a8b8838d3d5024a94e50e0839a03902126bd11
Author: David Blaikie <dblaikie at gmail.com>
Date: 2024-06-19 (Wed, 19 Jun 2024)
Changed paths:
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
Log Message:
-----------
lldb: Fixes for AMDGPU builtin added in ad599211a79dd7817f110241372075d82c0ae52a
Compare: https://github.com/llvm/llvm-project/compare/3c8f3b91d898...67a8b8838d3d
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