This is an archive of the discontinued LLVM Phabricator instance.

[DWARF][codegen] Removed addLocalLabelAddress
Needs ReviewPublic

Authored by ayermolo on Feb 7 2022, 2:23 PM.

Details

Reviewers
dblaikie
Summary

This came out of https://reviews.llvm.org/D118857.
Removing this API that is not used, to streamline
overall logic and functionality.

Diff Detail

Event Timeline

ayermolo created this revision.Feb 7 2022, 2:23 PM
ayermolo requested review of this revision.Feb 7 2022, 2:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2022, 2:23 PM
ayermolo updated this revision to Diff 407235.Feb 9 2022, 11:59 AM

updated diff, in light of landing other one first.