# hello-pass **Repository Path**: wenboshen/hello-pass ## Basic Information - **Project Name**: hello-pass - **Description**: No description available - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Develop an out-of-tree llvm pass [Developing LLVM passes out of source](http://www.llvm.org/docs/CMake.html#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