The Awesome Dude
  • Home
  • About Me
Sign in Subscribe

llvm

A collection of 2 posts
llvm

LLVM dot-callgraph generates output dotfiles outside of the current directory

LLVM dot-callgraph is one of the LLVM passes that will generate dot files of the program graph. Apart from dot-callgraph, there are also the following passes: dot pass nameDescriptiondot-callgraphPrint call graph to 'dot' filedot-cfgPrint CFG of function to 'dot' filedot-cfg-onlyPrint CFG of function to 'dot&
23 Jun 2021 1 min read
llvm

Register xdg-open for xdot in WSL

I have been using LLVM [https://llvm.org/]control-flow graph (CFG) pass for my static analysis research. Normally, I should be able to see the CFG of the intermediate representation of the program (IR) [https://llvm.org/docs/LangRef.html] by running: opt file.ll -passes=view-cfg Instead of opening
21 Jun 2021 2 min read
Page 1 of 1
The Awesome Dude © 2026
Powered by Ghost