/hello-pass

Primary LanguageC++Apache License 2.0Apache-2.0

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