[Mlir-commits] [mlir] [MLIR] Implement remark emitting policies in MLIR (PR #161202)
Mehdi Amini
llvmlistbot at llvm.org
Mon Sep 29 07:33:15 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:
Why is this necessary?
https://github.com/llvm/llvm-project/pull/161202
More information about the Mlir-commits
mailing list