Hi,
Please tell how can I add a pass in the JIT (Just-in-time) compiler of LLVM?
Thanks.
Hi,
Please tell how can I add a pass in the JIT (Just-in-time) compiler of LLVM?
Thanks.
Hi,
Please tell how can I add a pass in the JIT (Just-in-time) compiler of LLVM?
Have a look at LLVMTargetMachine::addPassesToEmitMachineCode().