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.