llvm 学习笔记 3:相关命令

记录一些用到的命令


clang:

clang -emit-llvm -S hello.c -o hello.ll 生成 IR 的文本文件

(待收集)

你可能感兴趣的:(llvm)