This is an archive of the discontinued LLVM Phabricator instance.

[AsmPrinter] .addrsig_sym: remove isTransitiveUsedByMetadataOnly
ClosedPublic

Authored by MaskRay on Nov 19 2022, 1:56 PM.

Details

Summary

With D135642 ignoring unregistered symbols, isTransitiveUsedByMetadataOnly added
by D101512 is no longer needed (the operation is potentially slow). There is a
.addrsig_sym directive for an only-used-by-metadata symbol but it does not
emit an entry.

Diff Detail

Event Timeline

MaskRay created this revision.Nov 19 2022, 1:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 19 2022, 1:56 PM
MaskRay requested review of this revision.Nov 19 2022, 1:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 19 2022, 1:56 PM
rnk accepted this revision.Dec 1 2022, 3:55 PM

lgtm

This revision is now accepted and ready to land.Dec 1 2022, 3:55 PM