[Mlir-commits] [mlir] [MLIR] Implement remark emitting policies in MLIR (PR #161202)

Mehdi Amini llvmlistbot at llvm.org
Tue Sep 30 06:21:53 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:

> By that point, DiagnosticEngine has already erased its handler,

Where/how does it happen?

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


More information about the Mlir-commits mailing list