New River, New Water

My note on LLVM

This is my note for This LLVM Talk. This is a very beginning level note.

Code

Compilers

file.cpp -> Clang AST -> LLVM IR -> Selection DAG -> LLVM MIR -> Machine Code Compiler


If you like my article and want to donate, click the 捐赠 Donation button on the sidebar.

#Compiler #LLVM