Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hear0me authored Apr 10, 2022
1 parent a22cfea commit e7357dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CFGPass/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
this pass is used on llvm-13

you can build it like this:

export LLVM_DIR=<installation/dir/of/llvm/13>
mkdir build
cd build
cmake -DLT_LLVM_INSTALL_DIR=$LLVM_DIR <source/dir/llvm/CFGPass>
make

0 comments on commit e7357dd

Please sign in to comment.