search for: fe9161c2

Displaying 1 result from an estimated 1 matches for "fe9161c2".

2019 Jul 12
3
A libc in LLVM
Aaron Ballman via llvm-dev <llvm-dev at lists.llvm.org> writes: >> * Ability to layer this libc over the system libc. Echoing others, this seems dubious to me. Why not build up small pieces at a time and write tests for them? This library doesn't need to support all existing programs out of the gate. I dont't think libc++ layered on top of existing standard C++ libraries,