[PATCH] D49098: [DWARF][NFC] Factoring out emission of a single rangelist into a static helper
Wolfgang Pieb via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 9 13:02:41 PDT 2018
wolfgangp created this revision.
wolfgangp added reviewers: aprantl, JDevlieghere, dblaikie.
This is in preparation for the emission of DWARF v5 range lists (.debug_rnglists section). We move the emission of a single range list to a static helper function for easier emission of v5 range lists later.
https://reviews.llvm.org/D49098
Files:
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49098.154681.patch
Type: text/x-patch
Size: 5700 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180709/b4ad417f/attachment.bin>
More information about the llvm-commits
mailing list