[libc-commits] [libc] [llvm] [libc] Fix libc GPU bitcode entrypoint library build on Windows (PR #210662)
via libc-commits
libc-commits at lists.llvm.org
Wed Jul 29 06:37:06 PDT 2026
jinge90 wrote:
> > ```
> > CMake Error at /__w/llvm-project/llvm-project/libc/CMakeLists.txt:294 (message):
> > llvm-link not found in /__w/llvm-project/llvm-project/build/bin or system
> > path
> > ```
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > Weird, this should be listed as a runtime dependency already I'd think.
>
> Hi, @jhuber6 The pre-ci failure is resolved. In previous libc fullbuild pre-ci ub24 image, clang-23 is installed and llvm-link is installed together but it has not been added to /usr/bin, so find_program can't find it in cmake configuration phase, we created symlink for llvm-link in /usr/bin in the image, so the failure is gone. Could you help review again? Thanks very much.
Hi, @jhuber6
Kind ping. Could you take a look at this PR?
Thanks very much.
https://github.com/llvm/llvm-project/pull/210662
More information about the libc-commits
mailing list