Skip to content

Commit 8381f95

Browse files
authored
[bazel] Fix mlir/tests after 281e6d2 (#152413)
1 parent 04672e2 commit 8381f95

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ expand_template(
4343
"@MLIR_ENABLE_ROCM_CONVERSIONS@": "0",
4444
"@MLIR_ENABLE_ROCM_RUNNER@": "0",
4545
"@MLIR_ENABLE_SYCL_RUNNER@": "0",
46+
"@MLIR_ENABLE_LEVELZERO_RUNNER@": "0",
4647
"@MLIR_ENABLE_SPIRV_CPU_RUNNER@": "0",
4748
"@MLIR_ENABLE_VULKAN_RUNNER@": "0",
4849
"@MLIR_ENABLE_BINDINGS_PYTHON@": "0",
@@ -914,10 +915,10 @@ cc_library(
914915
"//mlir:DialectUtils",
915916
"//mlir:FuncDialect",
916917
"//mlir:IR",
917-
"//mlir:ShardDialect",
918-
"//mlir:ShardTransforms",
919918
"//mlir:Pass",
920919
"//mlir:SPIRVDialect",
920+
"//mlir:ShardDialect",
921+
"//mlir:ShardTransforms",
921922
"//mlir:Support",
922923
"//mlir:TransformUtils",
923924
"//mlir:Transforms",

0 commit comments

Comments
 (0)