[PATCH] D51576: Enable DWARF accelerator tables by default when tuning for lldb (-glldb => -gpubnames)
Pavel Labath via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 4 11:32:48 PDT 2018
labath added a comment.
In https://reviews.llvm.org/D51576#1223596, @clayborg wrote:
> We want to ensure that both Apple and DWARF5 tables never get generated though. That would waste a lot of space. I would say if DWARF5 tables are enabled, then we need ensure we disable Apple tables.
That's already taken care of. The back end will always generate at most one kind of accel tables.
Repository:
rC Clang
https://reviews.llvm.org/D51576
More information about the cfe-commits
mailing list