This is an archive of the discontinued LLVM Phabricator instance.

[LLJIT] Add API to expose linking layer from LLJIT classes
ClosedPublic

Authored by beanz on Aug 31 2018, 11:23 AM.

Details

Summary

This patch just surfaces the object linking layer from the LLJIT classes so that clients can take advantage of the changes implemented in r341154.

Diff Detail

Repository
rL LLVM

Event Timeline

beanz created this revision.Aug 31 2018, 11:23 AM
lhames accepted this revision.Sep 6 2018, 12:20 PM

LGTM. Thanks Chris!

This revision is now accepted and ready to land.Sep 6 2018, 12:20 PM
This revision was automatically updated to reflect the committed changes.