[libc-commits] [libc] [libc] Propagate printf config options from a single config header library. (PR #66979)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Mon Sep 25 16:33:31 PDT 2023
jhuber6 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.
https://github.com/llvm/llvm-project/pull/66979
More information about the libc-commits
mailing list