These are commonly used on baremetal targets. We disable float
support and other features to reduce the binary size. This would
ideally eventually be handled using the proposed config mechanism:
https://discourse.llvm.org/t/rfc-systematic-way-to-introduce-and-use-libc-config-options/72943
but for now we use a CMake conditional.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I am working on cleaning this up using the proposal here: https://discourse.llvm.org/t/rfc-systematic-way-to-introduce-and-use-libc-config-options/72943. But this is OK as it is a few days away to get the implementation to the final shape.