[PATCH] D106235: Reformulate OrcJIT tutorial doc to make it more clear.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 2 20:18:22 PDT 2021


mehdi_amini added inline comments.


================
Comment at: llvm/docs/tutorial/BuildingAJIT2.rst:232
+and stores it in the target ``JITDylib``, arranging for it to be passed back
+to layer's emit method when any symbol defined by that module is requested. 
+Each layer can complete its own work by calling the ``emit`` method of its base
----------------
I'm not sure remove "the" from "to the layer's emit method" is correct here?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106235/new/

https://reviews.llvm.org/D106235



More information about the llvm-commits mailing list