Author: Vladislav Vinogradov Date: 2021-01-12T17:07:23+01:00 New Revision: 9667d15e7496e6d8c313251f22ac157dbbd0c1c2
URL: https://github.com/llvm/llvm-project/commit/9667d15e7496e6d8c313251f22ac157dbbd0c1c2 DIFF: https://github.com/llvm/llvm-project/commit/9667d15e7496e6d8c313251f22ac157dbbd0c1c2.diff LOG: [mlir] Fix for LIT tests Add `MLIR_SPIRV_CPU_RUNNER_ENABLED` to `llvm_canonicalize_cmake_booleans`. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D94407 Added: Modified: mlir/test/CMakeLists.txt Removed: ################################################################################ diff --git a/mlir/test/CMakeLists.txt b/mlir/test/CMakeLists.txt index f6d5af141630..293d93268a11 100644 --- a/mlir/test/CMakeLists.txt +++ b/mlir/test/CMakeLists.txt @@ -12,6 +12,7 @@ llvm_canonicalize_cmake_booleans( MLIR_CUDA_RUNNER_ENABLED MLIR_ROCM_CONVERSIONS_ENABLED MLIR_ROCM_RUNNER_ENABLED + MLIR_SPIRV_CPU_RUNNER_ENABLED MLIR_VULKAN_RUNNER_ENABLED ) _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits