git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275789
91177308-0d34-0410-b5e6-
96231b3b80d8
to it into our new CompileOnDemandLayer, and the layer will do all the work of
setting up the callbacks using the callback manager we gave it.
+.. code-block:: c++
KaleidoscopeJIT()
: TM(EngineBuilder().selectTarget()), DL(TM->createDataLayout()),
stubs. We supply this function by using the
createLocalIndirectStubsManagerBuilder utility.
+.. code-block:: c++
+
// ...
if (auto Sym = CODLayer.findSymbol(Name, false))
// ...