[all-commits] [llvm/llvm-project] 199700: DebugInfo: Support dumping any exprloc as an expre...
David Blaikie via All-commits
all-commits at lists.llvm.org
Mon Dec 23 19:19:22 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 199700a5cfeedf227619f966aa3125cef18bc958
https://github.com/llvm/llvm-project/commit/199700a5cfeedf227619f966aa3125cef18bc958
Author: David Blaikie <dblaikie at gmail.com>
Date: 2019-12-23 (Mon, 23 Dec 2019)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
A llvm/test/tools/llvm-dwarfdump/X86/exprloc.s
Log Message:
-----------
DebugInfo: Support dumping any exprloc as an expression
Now that DWARFv5 provides a way to identify DWARF expressions based on
form, rather than only by attribute - use it to always provide pretty
printing for any exprloc attribute, not only the attributes known to
contain expressions.
More information about the All-commits
mailing list