Skip to content

Commit 2d6ce51

Browse files
authored
[mlir] Fix bazel after 59e74a0. (#160508)
1 parent 52ede49 commit 2d6ce51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/lit.site.cfg.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ config.mlir_run_cuda_sm80_tests = @MLIR_RUN_CUDA_SM80_TESTS@
6060
config.mlir_run_cuda_sm80_lt_tests = @MLIR_RUN_CUDA_SM80_LT_TESTS@
6161
config.mlir_run_cuda_sm90_tests = @MLIR_RUN_CUDA_SM90_TESTS@
6262
config.mlir_include_integration_tests = @MLIR_INCLUDE_INTEGRATION_TESTS@
63-
config.llvm_shared_libs_build = @BUILD_SHARED_LIBS@
63+
config.llvm_shared_libs_build = "@BUILD_SHARED_LIBS@"
6464
config.arm_emulator_executable = "@ARM_EMULATOR_EXECUTABLE@"
6565
# Some tests marked with 'UNSUPPORTED: target=aarch64{{.*}}' are still run when
6666
# configured with ARM_EMULATOR_EXECUTABLE and the default target is not aarch64.

0 commit comments

Comments
 (0)