[all-commits] [llvm/llvm-project] b47403: [DWARF5] Replace emission of strp with stx forms i...
Sourabh Singh Tomar via All-commits
all-commits at lists.llvm.org
Fri May 29 11:58:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b47403c0a4c532554cf3d67ed1669fe00530aab3
https://github.com/llvm/llvm-project/commit/b47403c0a4c532554cf3d67ed1669fe00530aab3
Author: Sourabh Singh Tomar <SourabhSingh.Tomar at amd.com>
Date: 2020-05-30 (Sat, 30 May 2020)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
M llvm/test/DebugInfo/X86/debug-macro-v5.ll
Log Message:
-----------
[DWARF5] Replace emission of strp with stx forms in debug_macro section
DW_MACRO_define_strx forms are supported now in llvm-dwarfdump and these
forms can be used in both debug_macro[.dwo] sections. An added advantage
for using strx forms over strp forms is that it uses indices
approach instead of a relocation to debug_str section.
This patch unify the emission for debug_macro section.
Reviewed by: dblaikie, ikudrin
Differential Revision: https://reviews.llvm.org/D78865
More information about the All-commits
mailing list