[llvm] Add option to dump IR to files instead of stderr (PR #66412)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 28 10:37:33 PDT 2023


================
@@ -18,6 +18,7 @@
 #include "llvm/Analysis/CallGraphSCCPass.h"
 #include "llvm/Analysis/LazyCallGraph.h"
 #include "llvm/Analysis/LoopInfo.h"
+#include "llvm/CodeGen/StableHashing.h"
----------------
aeubanks wrote:

https://github.com/llvm/llvm-project/pull/67704, although I'll wait for this PR to go in first

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


More information about the llvm-commits mailing list