[libc-commits] [libc] [libc] Add baremetal minor archive support. (PR #203015)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Tue Jun 30 05:30:29 PDT 2026


vhscampos wrote:

1. Did you find any other example apart from `errno`? It might be that `errno` is one outlier in LLVM libc. As far as I can tell, the project tries to avoid entrypoints depending on other entrypoints. Perhaps @michaelrj-google and @petrhosek can answer this better than me.
2. This is indeed a problem because a dependency would appear in more than one library when multilib layering is used. But again it could be just an exception.
3. This item could be handled in downstream toolchains.

https://github.com/llvm/llvm-project/pull/203015


More information about the libc-commits mailing list