[Mlir-commits] [mlir] [MLIR] Integrate LLVM Optimization Remarks Infrastructure (PR #152474)

Guray Ozen llvmlistbot at llvm.org
Mon Aug 11 05:30:52 PDT 2025


================
@@ -69,5 +70,10 @@ add_mlir_library(MLIRIR
 
   LINK_LIBS PUBLIC
   MLIRSupport
+  
+  LINK_COMPONENTS
+    Remarks
+    Core
+    BitstreamReader  
----------------
grypp wrote:

I removed the dependencies. I created a different library for `LLVMRemarkStreamer`. User should link this optionally if they want to use LLVM streamer. Otherwise, it is not required

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


More information about the Mlir-commits mailing list