code examples for learning LLVM backend programming

前端 未结 3 517
广开言路
广开言路 2020-12-23 15:09

I am learning programming LLVM backends.

Currently I am interested in analysis passes, later program transformations. (I assume as I will be more fluent with analys

3条回答
  •  星月不相逢
    2020-12-23 15:56

    I was looking for something similar, code that uses llvm libraries, and after long session in google I just found it in the llvm website under "llvm projects": http://llvm.org/ProjectsWithLLVM/

    just download what you think relevant for you and play along.

提交回复
热议问题