Sir,
I am working on a project to provide LLVM JIT support for a specific processor architecture. I have an overall idea about llvm. Please guide where to start from a practical or implementation view point.
Regards,
Siddharth
Sir,
I am working on a project to provide LLVM JIT support for a specific processor architecture. I have an overall idea about llvm. Please guide where to start from a practical or implementation view point.
Regards,
Siddharth
Hello Siddharth,
Given your focus, I suggest you to start with the tutorial [1].
It also have a section dedicated to "Building a JIT in LLVM".
While you read the tutorial, you can start digging into the
implementation details by looking at the doxygen doc [2].
Hope this will meet your needs.
Regards,
Stefano Cherubin
[1] LLVM Tutorial: Table of Contents — LLVM 16.0.0git documentation