[PATCH] D40264: COFF: Emit a COFF symbol table if /debug:dwarf is specified.

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 13:51:34 PST 2017


rnk added a comment.

My hope was that we wouldn't need a flag. 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. Or, does DWARF need the full symbol table too?


https://reviews.llvm.org/D40264





More information about the llvm-commits mailing list