This is an archive of the discontinued LLVM Phabricator instance.

[orc][doc] Improve the ORCv2 documenation
ClosedPublic

Authored by lxsameer on Jan 1 2022, 8:45 AM.

Details

Summary

Add documentation around:

  • Removing JITDylib from the session
  • Add support for custom program representation

Diff Detail

Event Timeline

lxsameer requested review of this revision.Jan 1 2022, 8:45 AM
lxsameer created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 1 2022, 8:45 AM
lhames accepted this revision.Jan 18 2022, 9:50 PM

LGTM, thanks Sameer!

It would be good to add a reference to BuildingAJIT Chapter 4 too -- that's meant to cover this topic in a tutorial format, though the text is not written yet.

This revision is now accepted and ready to land.Jan 18 2022, 9:50 PM
lxsameer updated this revision to Diff 401153.Jan 19 2022, 2:53 AM

Added a reference to the Chapter 4 of the building a jit tutorial