[llvm] Adding missing dependencies to BUILD.bazel (PR #84235)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 6 14:19:04 PST 2024
================
@@ -6187,6 +6187,9 @@ cc_library(
":NVVMToLLVMIRTranslation",
":TargetLLVM",
":ToLLVMIRTranslation",
+ "@cuda//:cuda_headers",
+ "@cuda//:cusparse_static",
+ "@cuda//:libcuda",
----------------
frgossen wrote:
They were needed for nvPTXCompilerCreate and the corresponding header file iirc
https://github.com/llvm/llvm-project/pull/84235
More information about the llvm-commits
mailing list