[libc-commits] [libc] [libc] Template the writing mode for the writer class (PR #111559)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Wed Feb 19 11:22:35 PST 2025


jhuber6 wrote:

> Yes, having a dynamic dispatch option and making it the default for linux targets would address my concerns around binary bloat. Other targets can use the same mechanism if they want the same tradeoff.
> 
> The intent for the headers in `/shared` is that they provide a minimal interface for users within the LLVM project to reuse libc code. Ideally nothing from there should be installed, if it's installed it should go in `/include`. Given that, yes I'm okay with making some of the printf interface available through `/shared`.

Alright, I'll try to pick this up again when I have time. Thanks.

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


More information about the libc-commits mailing list