Skip to content

umaumax/gollvmir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gollvmir

  • extract function infomation from llvm ir

how to install

go get -u github.com/umaumax/gollvmir

how to use

cat main.ll | gollvmir --format='csv'
gollvmir --format='tsv' main.ll
gollvmir --format='json' main.ll

WARN

  • add -g option to include function information
clang++ -g -emit-llvm main.cpp -c -o main.bc
clang++ -g -emit-llvm main.cpp -c -S -o main.ll

FYI

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages