[llvm] 8b3cc4d - [llvm][docs] Remove LLDB DWARF64 release note
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 2 07:03:08 PDT 2025
Author: David Spickett
Date: 2025-07-02T14:02:57Z
New Revision: 8b3cc4d1ed06de18166d37e5fb82c68ae4e4a7a4
URL: https://github.com/llvm/llvm-project/commit/8b3cc4d1ed06de18166d37e5fb82c68ae4e4a7a4
DIFF: https://github.com/llvm/llvm-project/commit/8b3cc4d1ed06de18166d37e5fb82c68ae4e4a7a4.diff
LOG: [llvm][docs] Remove LLDB DWARF64 release note
As a precaution until the issues reported (by me)
in https://github.com/llvm/llvm-project/issues/135208
are investigated.
Added:
Modified:
llvm/docs/ReleaseNotes.md
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index ae4ce9380d491..73ae2ee599640 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -304,7 +304,6 @@ Changes to LLDB
stop reason = SIGSEGV: sent by tkill system call (sender pid=649752, uid=2667987)
```
* ELF Cores can now have their siginfo structures inspected using `thread siginfo`.
-* LLDB now supports the `DWARF64` debugging information format.
### Changes to lldb-dap
More information about the llvm-commits
mailing list