[Mlir-commits] [mlir] [MLIR][Standalone] use narrow registration instead of RegisterEverything (PR #160469)
Mehdi Amini
llvmlistbot at llvm.org
Wed Sep 24 12:18:31 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)
----------------
joker-eph wrote:
Another question: these aren't already dependencies of the various `mlir-capi-*-test` listed above?
https://github.com/llvm/llvm-project/pull/160469
More information about the Mlir-commits
mailing list