教程 为自己的语言实现前端的Kaleidoscope的教程:https://llvm.org/docs/tutorial/ 官方介绍AST:https://clang.llvm.org/docs/IntroductionToTheClangAST.html 关于Clang设计的详细信息:https://clang.llvm.org/docs/InternalsManual.html LLVM分析、变换和辅助流程(Pass)的完整列表:https://llvm.org/docs/Passes.html