[all-commits] [llvm/llvm-project] 0a7251: [DebugInfo] Fix v4 macinfo for dwo files.
Sourabh Singh Tomar via All-commits
all-commits at lists.llvm.org
Mon Dec 23 23:21:22 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0a72515d33bb1931ca8ad4022f743a33a203ea33
https://github.com/llvm/llvm-project/commit/0a72515d33bb1931ca8ad4022f743a33a203ea33
Author: Sourabh Singh Tomar <SourabhSingh.Tomar at amd.com>
Date: 2019-12-24 (Tue, 24 Dec 2019)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
M llvm/test/DebugInfo/X86/debug-macinfo-split-dwarf.ll
Log Message:
-----------
[DebugInfo] Fix v4 macinfo for dwo files.
Dwo files must contain have DW_AT_macro_info attribute, when macro information is emitted. Adjusted the test case
for the same.
More information about the All-commits
mailing list