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

Petr Hosek via libc-commits libc-commits at lists.llvm.org
Thu Jun 11 00:34:46 PDT 2026


================
@@ -1,15 +1,40 @@
+set(libc_subarchive_entrypoints "")
+if(ENABLE_LLVM_LIBC_MINOR_VARIANT)
+  if(NOT LIBC_TARGET_OS_IS_BAREMETAL)
----------------
petrhosek wrote:

Is there a reason for restricting this functionality only to baremetal targets?

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


More information about the libc-commits mailing list