贡献者: addis
clang++ -g -S -emit-llvm -o 程序.ll 程序.cpp 生成 LLVM IR 代码。
layout split
source list 可以显示当前函数的 C++ 代码
source list -f myprogram.ll -o line_number 显示对应的 IR。
thread step-over或step-in 可以逐步调试 C++ 代码
thread step-inst 逐步调试 LLVM IR 代码