Skip to content

flopsreallygotit/LogPass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogPass

LLVM Pass that logs all IR info and collects code coverage. The project is under development.

Quick Start

To build pass library write:

mkdir build
cd build
cmake ..
make

Then you can test it on your sources with:

clang -flegacy-pass-manager -Xclang -load -Xclang build/lib/liblog_pass.so test/test.c