2025-04-30

环境搭建安装llvm(opt 也会自动安装):
sudo apt install llvm
安装clang:
sudo apt install clang
Example编写一个Pass编写一个简单的分析文件SimplePass.c
2025-04-30