[all-commits] [llvm/llvm-project] 8c2da8: [BOLT] Do not emit debug_names entry for DIEs with...
Alexander Yermolovich via All-commits
all-commits at lists.llvm.org
Sat May 25 07:49:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c2da89ec4cc99af84f98e25a19b93f32ca58b65
https://github.com/llvm/llvm-project/commit/8c2da89ec4cc99af84f98e25a19b93f32ca58b65
Author: Alexander Yermolovich <43973793+ayermolo at users.noreply.github.com>
Date: 2024-05-25 (Sat, 25 May 2024)
Changed paths:
M bolt/lib/Core/DebugNames.cpp
A bolt/test/X86/dwarf5-debug-names-class-type-decl.s
A bolt/test/X86/dwarf5-debug-names-enumeration-type-decl.s
A bolt/test/X86/dwarf5-debug-names-structure-type-decl.s
Log Message:
-----------
[BOLT] Do not emit debug_names entry for DIEs with DW_AT_declaration (#93347)
Previously BOLT was only doing it for DW_TAG_variables. It looks like
other type of DIEs can have this. So making it global.
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