Skip to content

Commit 1ed15cd

Browse files
authored
Adding missing dependencies to BUILD.bazel (#84235)
Build fix after (#84007).
1 parent c3acbf6 commit 1ed15cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6187,6 +6187,9 @@ cc_library(
61876187
":NVVMToLLVMIRTranslation",
61886188
":TargetLLVM",
61896189
":ToLLVMIRTranslation",
6190+
"@cuda//:cuda_headers",
6191+
"@cuda//:cusparse_static",
6192+
"@cuda//:libcuda",
61906193
":config",
61916194
"//llvm:NVPTXCodeGen",
61926195
"//llvm:Support",

0 commit comments

Comments
 (0)