[Mlir-commits] [mlir] [MLIR] Implement remark emitting policies in	MLIR (PR #161202)
    Mehdi Amini 
    llvmlistbot at llvm.org
       
    Tue Oct 14 09:02:17 PDT 2025
    
    
  
================
@@ -406,9 +429,15 @@ class RemarkEngine {
   /// main remark streamer.
   ~RemarkEngine();
 
+  /// Shutdown the remark engine. This will finalize the remark engine and
+  /// close the output file.
+  void shutdown();
----------------
joker-eph wrote:
@guray: this comment thread being still open, I'm surprised you just landed the PR here. Please always make sure to double check with reviewers that we can consider discussions closed before landing.
https://github.com/llvm/llvm-project/pull/161202
    
    
More information about the Mlir-commits
mailing list