[Mlir-commits] [mlir] 453a056 - Add split-file to the MLIR test dependencies (Fix bot)

Mehdi Amini llvmlistbot at llvm.org
Wed Jan 12 12:34:00 PST 2022


Author: Mehdi Amini
Date: 2022-01-12T20:33:52Z
New Revision: 453a056df6169bf4d94e01b3a35ea27893b6a01f

URL: https://github.com/llvm/llvm-project/commit/453a056df6169bf4d94e01b3a35ea27893b6a01f
DIFF: https://github.com/llvm/llvm-project/commit/453a056df6169bf4d94e01b3a35ea27893b6a01f.diff

LOG: Add split-file to the MLIR test dependencies (Fix bot)

Added: 
    

Modified: 
    mlir/test/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/test/CMakeLists.txt b/mlir/test/CMakeLists.txt
index 935f88adf57a..7338e5023205 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
+  FileCheck count not split-file
   mlir-capi-execution-engine-test
   mlir-capi-ir-test
   mlir-capi-llvm-test


        


More information about the Mlir-commits mailing list