This is an archive of the discontinued LLVM Phabricator instance.

[JITLink] Deterministic JITDylib symbol table dumps
ClosedPublic

Authored by sgraenitz on Mar 22 2023, 1:28 PM.

Details

Summary

Sort symbols before dumping so we get a deterministic order and can check them in tests.

Diff Detail

Event Timeline

sgraenitz created this revision.Mar 22 2023, 1:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2023, 1:28 PM
sgraenitz requested review of this revision.Mar 22 2023, 1:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2023, 1:28 PM
lhames accepted this revision.Mar 22 2023, 2:03 PM

LGTM. Thanks @sgraenitz!

This revision is now accepted and ready to land.Mar 22 2023, 2:03 PM
This revision was landed with ongoing or failed builds.Mar 22 2023, 2:12 PM
This revision was automatically updated to reflect the committed changes.

Thanks for the quick review