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

Mehdi Amini llvmlistbot at llvm.org
Thu Aug 7 06:28:04 PDT 2025


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

I don't think these 2 are OK dependencies for MLIR/IR actually.

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


More information about the Mlir-commits mailing list