llvm-mos / llvm-mos-sdk

SDK for developing with the llvm-mos compiler
https://www.llvm-mos.org
Other
270 stars 56 forks source link

Complete the libc using pieces from pdclibc #271

Open mysterymath opened 9 months ago

mysterymath commented 9 months ago

llvm-mos/llvm-mos#421 (porting llvm-libc) didn't pan out, so we should instead use pieces from the public domain pdclibc (https://github.com/DevSolar/pdclib) to complete our standard library.

asiekierka commented 9 months ago

Note that PDCLIB is not complete either. I think the best option is to just add things to the libc as they come up.