[Mlir-commits] [mlir] [MLIR][Standalone] use narrow registration instead of RegisterEverything (PR #160469)
Maksim Levental
llvmlistbot at llvm.org
Wed Sep 24 13:12:51 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:
Ah it's just `MLIRCAPIArith` which is needed here (since there are no acutal Arith C API tests that depend on that lib): https://github.com/llvm/llvm-project/actions/runs/17987615036/job/51169652084#step:3:7493
https://github.com/llvm/llvm-project/pull/160469
More information about the Mlir-commits
mailing list