Displaying 2 results from an estimated 2 matches for "044869".
Did you mean:
044169
2019 Mar 12
2
Query about JIT
...;
> To get LLVM IR and perform JIT compilation you need to use C++ API of
> Clang and LLVM.
>
>
>
> Here is some links which might be helpful:
>
> * [cfe-dev] How to use clang and llvm for JIT, preferably via the C API
> http://lists.llvm.org/pipermail/cfe-dev/2015-August/044869.html
>
> * [cfe-dev] Help on Generating LLVM Module from C++ file using libClang
> http://lists.llvm.org/pipermail/cfe-dev/2017-November/056033.html
>
> * [LLVMdev] libclang JIT frontend
> http://lists.llvm.org/pipermail/llvm-dev/2013-October/066088.html
>
> * Generate assem...
2019 Mar 08
2
Query about JIT
Dear llvm-dev list,
Apologies if this list is not the right venue for this query - suitable
redirection would be appreciated in that case.
I have a JIT use case that I'd like to know the best way to implement using
LLVM.
I am looking to migrate from the existing native compilation option (Tiny C
Compiler - TCC) for pLisp, a Lisp dialect and IDE.
At present, the native compilation is done