Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flopsreallygotit/logpass

Generates log info about IR
https://github.com/flopsreallygotit/logpass

llvm llvm-clang llvm-ir llvm-pass

Last synced: 2 months ago
JSON representation

Generates log info about IR

Awesome Lists containing this project

README

        

# LogPass

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

## Quick Start

To build pass library write:

```bash
mkdir build
cd build
cmake ..
make
```

Then you can test it on your sources with:

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