This is an archive of the discontinued LLVM Phabricator instance.

[ExecutionEngine] Add JITSymbolFlags::fromSummary(GlobalValueSummary*)
ClosedPublic

Authored by sgraenitz on Feb 24 2020, 2:37 PM.

Details

Summary

A function that creates JITSymbolFlags from a GlobalValueSummary. Similar functions exist: fromGlobalValue(), fromObjectSymbol()

Diff Detail

Event Timeline

sgraenitz created this revision.Feb 24 2020, 2:37 PM
lhames accepted this revision.Feb 25 2020, 11:20 AM

LGTM! Thanks Stefan!

This revision is now accepted and ready to land.Feb 25 2020, 11:20 AM

Thanks for your review Lang. Will land it soon.

This revision was automatically updated to reflect the committed changes.