search for: bironga

Displaying 2 results from an estimated 2 matches for "bironga".

Did you mean: baranga
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?
2018 Mar 14
0
LLVM ORC JIT API
...s point it would be helpful if you could compose an example that reproduces 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...