Closed lanistor closed 4 years ago
Hi vifird. You should use LLJIT::defineAbsolute instead.
@lhames Thanks a lot.
@lhames And how to use it? how to get JITEvaluatedSymbol
of c++ function? I cannot find any example in source code or stackoverflow.
defineAbsolute is just a wrapper for the absoluteSymbols function, which is documented in https://llvm.org/docs/ORCv2.html
@lhames And i got another problem https://github.com/llvm/llvm-project/issues/81
There is no
addGlobalMapping
in LLJIT, i foundInProcessMemoryManager
, but there is no demo to explain it, and also lack of docs.