Skip to content

Commit 0f85c3e

Browse files
authored
[libc] Fix missing dependency on the nvlink-wrapper (#110056)
Summary: If this tool changes it should be rebuilt, as its used in the compilation pipeline.
1 parent 661666d commit 0f85c3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/runtimes/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,9 @@ if(build_runtimes)
559559
if(TARGET clang-offload-packager)
560560
list(APPEND extra_deps clang-offload-packager)
561561
endif()
562+
if(TARGET clang-nvlink-wrapper)
563+
list(APPEND extra_deps clang-nvlink-wrapper)
564+
endif()
562565
endif()
563566
if(LLVM_LIBC_FULL_BUILD)
564567
list(APPEND extra_cmake_args "-DLLVM_LIBC_FULL_BUILD=ON")

0 commit comments

Comments
 (0)