[PATCH] D40264: COFF: Emit a COFF symbol table if /debug:dwarf is specified.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 20 13:58:55 PST 2017
pcc added a comment.
In https://reviews.llvm.org/D40264#930759, @rnk wrote:
> We'd just figure out if there were long section names that were marked to not be loaded at runtime (i.e. things that look like DWARF) and if so emit the long section table.
Right, that is what r318548 did (and what this patch continues to do).
> Or, does DWARF need the full symbol table too?
Apparently yes, see Shoaib's reply to r318548 on llvm-commits. On IRC he also mentioned that ld.bfd emits the symbol table like we used to.
https://reviews.llvm.org/D40264
More information about the llvm-commits
mailing list