Skip to content

grievejia/CostInstrument-llvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CostInstrument-llvm

Build and install

> git clone <this repo>
> mkdir build && cd build
> cmake ../CostInstrument-llvm/ -DCMAKE_BUILD_TYPE=<Debug or Release> -DCMAKE_INSTALL_PREFIX=<where to install> [-DLLVM_DIR=<where LLVM is installed>]
> make && make install

Dependencies

LLVM and clang both need to be version 5.x

Usage

> clang-instr <source files> -o <output executable file>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published