[all-commits] [llvm/llvm-project] 52fee5: [DWARF] Fix redundant DW_AT_ prefix in HANDLE_DW_A...
p-x9 via All-commits
all-commits at lists.llvm.org
Tue Jun 24 11:05:58 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52fee553a5412370638ba61b2c9c481ca0e1315a
https://github.com/llvm/llvm-project/commit/52fee553a5412370638ba61b2c9c481ca0e1315a
Author: p-x9 <chi.iosdev at gmail.com>
Date: 2025-06-24 (Tue, 24 Jun 2025)
Changed paths:
M llvm/include/llvm/BinaryFormat/Dwarf.def
Log Message:
-----------
[DWARF] Fix redundant DW_AT_ prefix in HANDLE_DW_AT definition for `INTEL_other_endian` (#145336)
The prefix 'DW_AT_' is automatically added by macro expansion in
consumers of Dwarf.def. Having it explicitly in the macro argument
results in duplicated naming such as DW_AT_DW_AT_INTEL_other_endian.
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