[libc-commits] [PATCH] D82404: [libc] Minimal Darwin support
Thorsten via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sat Jun 27 00:02:27 PDT 2020
tschuett added a comment.
Maybe the linting problem is not unique to Darwin, but highlights a more general problem with this approach. So far development was limited to Linux.
Supporting Darwin might help to accelerate the development of LLVM-libc. The development of the string and math library can be done on any platform. My first thought was adding redirectors for malloc and free to support the strdup implementation.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82404/new/
https://reviews.llvm.org/D82404
More information about the libc-commits
mailing list