Skip to content

Commit 138f8d6

Browse files
authored
Adding missing dependencies to BUILD.bazel
Build fix after (llvm#84007).
1 parent e946b5a commit 138f8d6

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)