[mlir][bazel] fix llvm:support dependency error for CAPIGPU

This commit is contained in:
Yijia Gu 2024-04-18 14:59:21 -07:00
parent 446371f5cc
commit 0dcabba9a7

View File

@ -635,6 +635,7 @@ mlir_c_api_cc_library(
":GPUDialect",
":GPUTransforms",
":Pass",
"//llvm:Support",
],
)