[Mlir-commits] [mlir] [MLIR][Python] Remove partial LLVM APIs in python bindings (3/n) (PR #178984)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Feb 2 08:27:02 PST 2026


================
@@ -63,7 +66,7 @@ class CollectDiagnosticsToStringScope {
   MlirDiagnosticHandlerID handlerID;
 
   std::string message;
-  llvm::raw_string_ostream messageStream{message};
+  std::ostringstream messageStream;
----------------
RattataKing wrote:

thanks!

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


More information about the Mlir-commits mailing list