[libc-commits] [libc] [libc] Fix libc GPU bitcode entrypoint library build on Windows (PR #210662)
via libc-commits
libc-commits at lists.llvm.org
Mon Jul 20 05:52:36 PDT 2026
jinge90 wrote:
> The easiest change is to make this consume the static library that the previous steps produce. we should make both paths do the same thing
Hi, @jhuber6
Current patch just consumes static archive library as llvm-link input for bitcode generation, may I know what do you mean by "make both paths do the same thing"? Do you mean use this llvm-link approach for both Linux and Windows?
Thanks very much.
https://github.com/llvm/llvm-project/pull/210662
More information about the libc-commits
mailing list