[all-commits] [llvm/llvm-project] 9e8bff: DebugInfo: Allow dumping macinfo and macinfo.dwo f...
David Blaikie via All-commits
all-commits at lists.llvm.org
Fri Jan 31 12:47:57 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9e8bff71d073abf0ef7f8bb4ac04ec8689babcad
https://github.com/llvm/llvm-project/commit/9e8bff71d073abf0ef7f8bb4ac04ec8689babcad
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
M llvm/test/tools/llvm-dwarfdump/X86/brief.s
Log Message:
-----------
DebugInfo: Allow dumping macinfo and macinfo.dwo from the same file
If dumping an Split DWARF file that hasn't been split into separate
files (such as from llc - that includes the plain and .dwo sections in
the same file) allow both macinfo and macinfo.dwo sections to be dumped.
More information about the All-commits
mailing list