This is an archive of the discontinued LLVM Phabricator instance.

[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

Repository
rL LLVM

Event Timeline

wolfgangp created this revision.Jul 9 2018, 1:02 PM
JDevlieghere accepted this revision.Jul 9 2018, 2:49 PM

LGTM, Thanks!

This revision is now accepted and ready to land.Jul 9 2018, 2:49 PM
This revision was automatically updated to reflect the committed changes.