该项目是一个LLVM Pass编写样例,包括
- opt without llvm source code(详见opt-without-llvm分支)
- opt with llvm source code(详见opt-with-llvm分支)
- clang without llvm source code(详见clang-without-llvm分支)
- clang with llvm source code(详见clang-with-llvm分支)
以上Pass编写过程详见https://gal2xy.github.io/2024/04/22/LLVM%20and%20OLLVM/LLVM-Pass%E7%BC%96%E5%86%99/