[Mlir-commits] [mlir] 2d6ce51 - [mlir] Fix bazel after `59e74a0`. (#160508)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Sep 24 04:58:21 PDT 2025
Author: Bart Chrzaszcz
Date: 2025-09-24T12:58:17+01:00
New Revision: 2d6ce5148cf144ab800116e1f75a5d007e82cf58
URL: https://github.com/llvm/llvm-project/commit/2d6ce5148cf144ab800116e1f75a5d007e82cf58
DIFF: https://github.com/llvm/llvm-project/commit/2d6ce5148cf144ab800116e1f75a5d007e82cf58.diff
LOG: [mlir] Fix bazel after `59e74a0`. (#160508)
Added:
Modified:
mlir/test/lit.site.cfg.py.in
Removed:
################################################################################
diff --git a/mlir/test/lit.site.cfg.py.in b/mlir/test/lit.site.cfg.py.in
index 1aaf7989e3ce5..c7a0bbe114fe2 100644
--- a/mlir/test/lit.site.cfg.py.in
+++ b/mlir/test/lit.site.cfg.py.in
@@ -60,7 +60,7 @@ config.mlir_run_cuda_sm80_tests = @MLIR_RUN_CUDA_SM80_TESTS@
config.mlir_run_cuda_sm80_lt_tests = @MLIR_RUN_CUDA_SM80_LT_TESTS@
config.mlir_run_cuda_sm90_tests = @MLIR_RUN_CUDA_SM90_TESTS@
config.mlir_include_integration_tests = @MLIR_INCLUDE_INTEGRATION_TESTS@
-config.llvm_shared_libs_build = @BUILD_SHARED_LIBS@
+config.llvm_shared_libs_build = "@BUILD_SHARED_LIBS@"
config.arm_emulator_executable = "@ARM_EMULATOR_EXECUTABLE@"
# Some tests marked with 'UNSUPPORTED: target=aarch64{{.*}}' are still run when
# configured with ARM_EMULATOR_EXECUTABLE and the default target is not aarch64.
More information about the Mlir-commits
mailing list