search for: llvmorcjitstackref

Displaying 3 results from an estimated 3 matches for "llvmorcjitstackref".

2018 Mar 14
0
LLVM ORC JIT API
...uces the problem. Could you extract the example from your code and give a link to it? gist/pastebin/whatever else would be sufficient. Also, which OS and which version of LLVM do you use? > On 14. Mar 2018, at 10:17, Wycliff Bironga <wycliffb at gmail.com> wrote: > > I only use the LLVMOrcJITStackRef from the C API. I convert my ast > into IR then add it to the ORC layer. I use the > LLVMOrcGetSymbolAddress function to resolve ORC symbols. I can't > really use the C++ API for my design. > > On 13/03/2018, Alex Denisov <1101.debian at gmail.com> wrote: >>> Any...
2018 Mar 13
2
LLVM ORC JIT API
I can't seem to get an external function to my IR be resolved after declaring it with external linkage. Its segfaulting. Using mingw32 qt and the C API for LLVM. Trying to interpret it fails saying program used an unknown external function. Any assistance?
2020 Oct 02
2
OrcV1 removal
Hi Andres, Ok -- I've added some API for this in 438db0719681: You can get the string pool from the execution session with LLVMOrcExecutionSessionGetSymbolStringPool, then clear that with LLVMOrcSymbolStringPoolClearDeadEntries. -- Lang. On Thu, Oct 1, 2020 at 5:34 PM Lang Hames <lhames at gmail.com> wrote: > Hi Andres, > > Oooh. I think I see. For various reasons the symbol