[Mlir-commits] [mlir] 9dc4dea - Add llc to the list of build dependencies to test MLIR (Fix buildbot)
Mehdi Amini
llvmlistbot at llvm.org
Wed Jan 12 12:55:59 PST 2022
Author: Mehdi Amini
Date: 2022-01-12T20:55:52Z
New Revision: 9dc4dea110646de115ae92898ef889b4eaff1bac
URL: https://github.com/llvm/llvm-project/commit/9dc4dea110646de115ae92898ef889b4eaff1bac
DIFF: https://github.com/llvm/llvm-project/commit/9dc4dea110646de115ae92898ef889b4eaff1bac.diff
LOG: Add llc to the list of build dependencies to test MLIR (Fix buildbot)
Added:
Modified:
mlir/test/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/test/CMakeLists.txt b/mlir/test/CMakeLists.txt
index 7338e5023205..60586616c3fa 100644
--- a/mlir/test/CMakeLists.txt
+++ b/mlir/test/CMakeLists.txt
@@ -68,7 +68,7 @@ configure_lit_site_cfg(
)
set(MLIR_TEST_DEPENDS
- FileCheck count not split-file
+ FileCheck count not split-file llc
mlir-capi-execution-engine-test
mlir-capi-ir-test
mlir-capi-llvm-test
More information about the Mlir-commits
mailing list