• Stars
    star
    1
  • Language
    C++
  • License
    Mozilla Public Li...
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An LLVM Pass that transforms any given program that contains direct calls to printf(), so that all output via printf() is also logged in a file using fprintf() right after each printf() call.