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

Michael Jones via libc-commits libc-commits at lists.llvm.org
Wed Feb 19 11:21:43 PST 2025


michaelrj-google 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`.

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


More information about the libc-commits mailing list