Files
nudt-compiler-cpp/src/main.cpp

6 lines
253 B
C++
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// 编译器入口:
// - 解析命令行参数(输入源文件、输出路径、输出类型、优化级别等)
// - 驱动完整流水线Frontend -> Middle-end -> Backend
// - 统一管理阶段产物输出(例如 .ll/.s 的输出开关)