[libc-commits] [libc] [libc] Enabling code coverage via Linux syscalls (PR #213271)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Tue Aug 18 10:56:31 PDT 2026
================
@@ -298,10 +322,6 @@ endif()
if(LIBC_TARGET_OS_IS_GPU)
include(prepare_libc_gpu_build)
set(LIBC_ENABLE_UNITTESTS OFF)
- find_program(LIBC_LLVM_LINK llvm-link HINTS ${LLVM_TOOLS_BINARY_DIR})
- if(NOT LIBC_LLVM_LINK)
- message(FATAL_ERROR "llvm-link not found in ${LLVM_TOOLS_BINARY_DIR} or system path")
- endif()
----------------
michaelrj-google wrote:
why was this removed?
https://github.com/llvm/llvm-project/pull/213271
More information about the libc-commits
mailing list