This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Custom LLVM Pass for Keil armclang

Dear Altruist,

I developed an LLVM front-end and a back-end pass to instrument application intended to run on Cortex-m85 FPGA image on top of the MPS3 board(AN555, SSE-310). Can we develop and load a pass to the provided armclang with Keil IDE installation? I developed and tested the passes on the LLVM project repository, but it seems I need to use Keil to run and debug the instrumented code. If I can use a custom LLVM compiler in Keil that would achieve my goal as well. 

Please let me know if there is any solution I can use.

Thank you for your help, I really appreciate it.