[Mlir-commits] [mlir] [MLIR][Standalone] use narrow registration instead of RegisterEverything (PR #160469)

Mehdi Amini llvmlistbot at llvm.org
Wed Sep 24 11:59:30 PDT 2025


================
@@ -123,7 +123,13 @@ set(MLIR_TEST_DEPENDS
   tblgen-to-irdl
   )
 if(NOT MLIR_STANDALONE_BUILD)
-  list(APPEND MLIR_TEST_DEPENDS FileCheck count not split-file yaml2obj)
+  list(APPEND
+    MLIR_TEST_DEPENDS
+    FileCheck count not
+    split-file yaml2obj
+    MLIRCAPIIR
+    MLIRCAPIArith
----------------
joker-eph wrote:

Why is this change guarded in the !MLIR_STANDALONE_BUILD path?
My understanding is that the `MLIR_STANDALONE_BUILD` is meant to guard for things that are in LLVM but not in MLIR.

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


More information about the Mlir-commits mailing list