[Lldb-commits] [PATCH] D32167: Add support for type units (.debug_types) to LLDB in a way that is compatible with DWARF 5
Ed Maste via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 26 10:36:45 PST 2018
emaste added inline comments.
================
Comment at: packages/Python/lldbsuite/test/make/Makefile.rules:197
+ifeq "$(DWARF_TYPE_UNITS)" "YES"
+ DEBUG_INFO_FLAG ?= -gdwarf-4
+else
----------------
clayborg wrote:
> aprantl wrote:
> > This shouldn't be necessary on any platform LLDB cares about. DWARF 4 should be the default everywhere.
> Ok, I can remove this.
FreeBSD still defaults to DWARF2 at present.
https://reviews.llvm.org/D32167
More information about the lldb-commits
mailing list