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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D49098
[DWARF][NFC] Factoring out emission of a single rangelist into a static helper ClosedPublic Authored by wolfgangp on Jul 9 2018, 1:02 PM.
Details Summary 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.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jul 9 2018, 2:49 PM Closed by commit rL336621: [DWARF][NFC] Refactor range list emission to use a static helper (authored by wolfgangp). · Explain WhyJul 9 2018, 5:15 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 154681 lib/CodeGen/AsmPrinter/DwarfDebug.cpp
|