This is an archive of the discontinued LLVM Phabricator instance.

[pipelines] OptimizerEarlyEPCallbacks for ThinLTO prelink
ClosedPublic

Authored by vitalybuka on Sep 5 2022, 8:41 PM.

Details

Summary

Similar to OptimizerLastEPCallbacks workaround
added D96320.

Probably NFC as-is, I don't see anything hooked with this callbacks yet,
but I we are looking to move sanitizers.

Diff Detail

Event Timeline

vitalybuka created this revision.Sep 5 2022, 8:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 5 2022, 8:41 PM
vitalybuka requested review of this revision.Sep 5 2022, 8:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 5 2022, 8:41 PM
vitalybuka retitled this revision from [pipelines] Call OptimizerEarlyEPCallbacks for ThinLTO prelink to [pipelines] OptimizerEarlyEPCallbacks for ThinLTO prelink.Sep 5 2022, 8:43 PM
vitalybuka edited the summary of this revision. (Show Details)
vitalybuka added reviewers: aeubanks, asbirlea.
aeubanks accepted this revision.Sep 6 2022, 2:38 PM

lg, except the description mentions D109798 which I think is the wrong one?

This revision is now accepted and ready to land.Sep 6 2022, 2:38 PM
MaskRay accepted this revision.Sep 6 2022, 3:05 PM
vitalybuka edited the summary of this revision. (Show Details)Sep 6 2022, 3:21 PM

lg, except the description mentions D109798 which I think is the wrong one?

Thanks, fixed. That one just moved the code.

This revision was landed with ongoing or failed builds.Sep 6 2022, 3:54 PM
This revision was automatically updated to reflect the committed changes.