llvm-mos / llvm-mos-sdk

SDK for developing with the llvm-mos compiler

Home Page:https://www.llvm-mos.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complete the libc using pieces from pdclibc

mysterymath opened this issue · comments

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.

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