This is an archive of the discontinued LLVM Phabricator instance.

Make getCompileUnitForAddress public.
ClosedPublic

Authored by saugustine on Apr 28 2020, 3:25 PM.

Details

Summary

Certain dwarf information (like the compilation directory), are only
accessible from the compile unit. Make it available for use.

Diff Detail

Event Timeline

saugustine created this revision.Apr 28 2020, 3:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 28 2020, 3:25 PM
echristo accepted this revision.Apr 28 2020, 3:54 PM

Sure. LGTM.

This revision is now accepted and ready to land.Apr 28 2020, 3:54 PM
This revision was automatically updated to reflect the committed changes.