[all-commits] [llvm/llvm-project] 84e576: [DebugInfo]: Reorderd the emission of debug_str se...
Sourabh Singh Tomar via All-commits
all-commits at lists.llvm.org
Thu Feb 6 21:46:30 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 84e5760a1637d89c6c90a218abfe6d4d0ce85c97
https://github.com/llvm/llvm-project/commit/84e5760a1637d89c6c90a218abfe6d4d0ce85c97
Author: Sourabh Singh Tomar <SourabhSingh.Tomar at amd.com>
Date: 2020-02-07 (Fri, 07 Feb 2020)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
M llvm/test/DebugInfo/MIR/X86/dbg-stack-value-range.mir
M llvm/test/DebugInfo/X86/stringpool.ll
Log Message:
-----------
[DebugInfo]: Reorderd the emission of debug_str section.
Summary:
This patch reorders the emission of debug_str section, so that
string can come after macros.
This is necessary for macro forms like DW_MACRO_define_strp,
which emits macro as a string in debug_str section.
More information about the All-commits
mailing list