[libunwind] [libunwind][NFC] fix typo and wrong debug log. (PR #163314)
Benjamin Maxwell via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 6 05:08:08 PST 2025
================
@@ -81,159 +81,158 @@ enum {
// DWARF expressions
enum {
- DW_OP_addr = 0x03, // constant address (size target specific)
- DW_OP_deref = 0x06,
----------------
MacDue wrote:
This change should not reformat this entire `enum`.
https://github.com/llvm/llvm-project/pull/163314
More information about the cfe-commits
mailing list