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

Maksim Levental llvmlistbot at llvm.org
Wed Sep 24 12:23:36 PDT 2025


================
@@ -125,6 +125,10 @@ set(MLIR_TEST_DEPENDS
 if(NOT MLIR_STANDALONE_BUILD)
   list(APPEND MLIR_TEST_DEPENDS FileCheck count not split-file yaml2obj)
 endif()
+# Examples/standalone/test.toy (vis-a-vis the standalone example) depends on these.
+if(LLVM_INCLUDE_EXAMPLES)
+  list(APPEND MLIR_TEST_DEPENDS MLIRCAPIIR MLIRCAPIArith)
----------------
makslevental wrote:

Yea they should be right? I can try it again but I added them of course because running `LIT_FILTER=test.toy ninja check-mlir` would fail with errors about missing the corresponding object files. Possibly something about CMake task graph? But I'll try again.

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


More information about the Mlir-commits mailing list