[clang-tools-extra] Add flags to dump IR to a file before and after LLVM passes (PR #65179)

Arthur Eubanks via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 7 09:43:50 PDT 2023


aeubanks wrote:

What about an option that just redirects the PrintIRInstrumentation output to files instead of stderr? The files can be something like `$N-$modulename.ll` where `$N` is an int that increments.

https://github.com/llvm/llvm-project/pull/65179


More information about the cfe-commits mailing list