Skip to content

Commit 42873e0

Browse files
committed
[bazel] port eb6c419
1 parent 5f0db7c commit 42873e0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3268,9 +3268,10 @@ cc_library(
32683268
includes = ["include"],
32693269
local_defines = if_cuda_available(["MLIR_GPU_TO_CUBIN_PASS_ENABLE"]),
32703270
deps = [
3271-
":ArithTransforms",
32723271
":ArithToLLVM",
3272+
":ArithTransforms",
32733273
":BufferizationTransforms",
3274+
":ControlFlowToLLVM",
32743275
":ConversionPasses",
32753276
":FuncDialect",
32763277
":GPUDialect",
@@ -10221,6 +10222,7 @@ cc_binary(
1022110222
":ArithDialect",
1022210223
":ArithToLLVM",
1022310224
":BuiltinToLLVMIRTranslation",
10225+
":ControlFlowToLLVM",
1022410226
":ConvertToSPIRV",
1022510227
":ExecutionEngineUtils",
1022610228
":FuncDialect",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,7 @@ cc_library(
806806
deps = [
807807
"//mlir:AffineToStandard",
808808
"//mlir:ArithToLLVM",
809+
"//mlir:ControlFlowToLLVM",
809810
"//mlir:FuncDialect",
810811
"//mlir:FuncToLLVM",
811812
"//mlir:IR",

0 commit comments

Comments
 (0)