1 Star 0 Fork 0

Roderick.Huang/callgraph_pass

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run.sh 162 Bytes
一键复制 编辑 原始数据 按行查看 历史
huangxiaofeng 提交于 2023-05-18 13:17 . add test file
#!/bin/bash
clang++ -S -emit-llvm "$1" -o temp.bc
opt -load build/src/CallGraph/libCallGraph.so -callgraph temp.bc -f -enable-new-pm=0 -o /dev/null
#rm temp.bc
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/vaughnHuang/callgraph_pass.git
git@gitee.com:vaughnHuang/callgraph_pass.git
vaughnHuang
callgraph_pass
callgraph_pass
master

搜索帮助