Skip to content

Commit c430392

Browse files
committed
[bazel] Tweak dependency spaghetti after 70c2e06
1 parent 977633b commit c430392

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4807,16 +4807,20 @@ cc_library(
48074807
"lib/Conversion/GPUCommon/GPUOpsLowering.cpp",
48084808
],
48094809
hdrs = [
4810+
"include/mlir/Conversion/GPUCommon/GPUCommonPass.h",
48104811
"lib/Conversion/GPUCommon/GPUOpsLowering.h",
48114812
"lib/Conversion/GPUCommon/IndexIntrinsicsOpLowering.h",
48124813
"lib/Conversion/GPUCommon/OpToFuncCallLowering.h",
48134814
],
48144815
deps = [
4816+
":ConversionPassIncGen",
48154817
":FuncDialect",
48164818
":GPUDialect",
4819+
":GPUTransforms",
48174820
":IR",
48184821
":LLVMCommonConversion",
48194822
":LLVMDialect",
4823+
":Support",
48204824
"//llvm:Support",
48214825
],
48224826
)
@@ -4910,6 +4914,7 @@ cc_library(
49104914
includes = ["include"],
49114915
deps = [
49124916
":ConversionPassIncGen",
4917+
":GPUCommonTransforms",
49134918
":GPUDialect",
49144919
":GPUToGPURuntimeTransforms",
49154920
":IR",
@@ -4919,6 +4924,7 @@ cc_library(
49194924
":NVGPUDialect",
49204925
":NVVMDialect",
49214926
":Pass",
4927+
"//llvm:Support",
49224928
],
49234929
)
49244930

0 commit comments

Comments
 (0)