[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 09:36:37 PDT 2023


================
@@ -46,6 +46,16 @@ class PrintIRInstrumentation {
   void registerCallbacks(PassInstrumentationCallbacks &PIC);
 
 private:
+  enum SuffixType {
----------------
aeubanks wrote:

can this go in the cpp file?

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


More information about the llvm-commits mailing list