[libc-commits] [libc] [libc] Propagate printf config options from a single config header library. (PR #66979)
Siva Chandra via libc-commits
libc-commits at lists.llvm.org
Mon Sep 25 23:43:16 PDT 2023
sivachandra wrote:
> I'm getting
>
> ```
> ld.lld: error: unable to find library -llibc.include.gpu_rpc.__generated_hdr__
> ```
>
> Any clue what that could be? This seems to work for NVPTX, presumably because we don't use static libraries and everything is an object library.
Can you give it a try now? I hoping the second commit should have fixed it.
https://github.com/llvm/llvm-project/pull/66979
More information about the libc-commits
mailing list