We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661666d commit 0f85c3eCopy full SHA for 0f85c3e
llvm/runtimes/CMakeLists.txt
@@ -559,6 +559,9 @@ if(build_runtimes)
559
if(TARGET clang-offload-packager)
560
list(APPEND extra_deps clang-offload-packager)
561
endif()
562
+ if(TARGET clang-nvlink-wrapper)
563
+ list(APPEND extra_deps clang-nvlink-wrapper)
564
+ endif()
565
566
if(LLVM_LIBC_FULL_BUILD)
567
list(APPEND extra_cmake_args "-DLLVM_LIBC_FULL_BUILD=ON")
0 commit comments