Skip to content

wenboshen/hello-pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Develop an out-of-tree llvm pass

Developing LLVM passes out of source

How to build

cd hello-pass

mkdir build

cd build

cmake ../

How to run

opt -load ./hello/HelloPass.so -hello < ../../tmp/main.bc

opt -load ./hello/HelloPass.so -hello -disable-output < ../../tmp/main.bc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published