Skip to content

Commit 9625cf6

Browse files
authored
[BAZEL] Add missing dependency on /llvm:Support from XeGPUTransformOps (#167332)
Fixes 1553f90
1 parent 51815b1 commit 9625cf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3888,6 +3888,7 @@ cc_library(
38883888
":XeGPUDialect",
38893889
":XeGPUTransformOpsIncGen",
38903890
":XeGPUUtils",
3891+
"//llvm:Support",
38913892
],
38923893
)
38933894

0 commit comments

Comments
 (0)