This is an archive of the discontinued LLVM Phabricator instance.

[ORC] Fix sorting of contructors by priority
ClosedPublic

Authored by Hahnfeld on Apr 7 2022, 7:24 AM.

Details

Summary

The code was incorrectly sorting by the function address.

Diff Detail

Event Timeline

Hahnfeld created this revision.Apr 7 2022, 7:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 7 2022, 7:24 AM
Hahnfeld requested review of this revision.Apr 7 2022, 7:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 7 2022, 7:24 AM
lhames accepted this revision.May 10 2022, 11:23 AM

LGTM. Thanks @Hahnfeld.

This revision is now accepted and ready to land.May 10 2022, 11:23 AM
This revision was landed with ongoing or failed builds.May 11 2022, 12:14 AM
This revision was automatically updated to reflect the committed changes.