
llvm
Uncomfortableskiy
The Average Joe
展开
-
llvm 生成流程图
安装 dot:sudo pacman -S graphviz 调用流图的生成 opt -dot-callgraph IR 文件,得到 callgraph.dot 文件 使用 dot -Tpng callgraph.dot -o call.png 生成流程图原创 2022-01-18 14:38:38 · 590 阅读 · 0 评论 -
Attributes.inc file not found
添加了一个 pass 后,llvm 编译报错: In file included from ./headers/llvm/IR/Function.h:26: In file included from ./headers/llvm/IR/Argument.h:19: ./headers/llvm/IR/Attributes.h(74,14): fatal error: 'llvm/IR/Attributes.inc' file not found #include "llvm/IR/Attribu原创 2021-06-07 18:40:06 · 650 阅读 · 0 评论