[libc-commits] [libc] [libc] Provide empty weak implementation of baremetal OSUtil (PR #86916)

Petr Hosek via libc-commits libc-commits at lists.llvm.org
Thu Mar 28 01:24:41 PDT 2024


petrhosek wrote:

I'm undecided whether this is desirable or not. On one hand it makes it easier to drop in LLVM libc without any changes to the existing codebase. On the other hand, we shouldn't be silently ignoring errors and want users to implement these functions whenever possible.

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


More information about the libc-commits mailing list