Update BUILD.bazel

Add missing dependency after https://github.com/llvm/llvm-project/pull/142916.
This commit is contained in:
Yifei Xu
2025-06-11 13:33:23 -05:00
committed by GitHub
parent 7a0c9f607a
commit 8d7da9a2a4

View File

@@ -6882,6 +6882,7 @@ cc_library(
":SPIRVDialect",
":Support",
"//llvm:config",
"//llvm:Support",
],
)