[llvm-dev] A libc in LLVM
Zachary Turner via llvm-dev
llvm-dev at lists.llvm.org
Thu Jun 27 17:22:27 PDT 2019
On Thu, Jun 27, 2019 at 4:58 PM Saleem Abdulrasool <compnerd at compnerd.org>
wrote:
> For what it is worth, I do believe that these files do really belong in
> the libc project because they are so intricately tied to the implementation
> of the language. I just think that the fact these files will be part of
> the project is merely an implementation detail and should not even be part
> of the discussion here.
>
It's relevant in the sense that any libc implementation on Windows will
*require* these files to be part of the implementation. You cannot (as far
as I'm aware) borrow the ones from MSVCRT and then implement everything
else yourself.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190627/7e09d119/attachment.html>
More information about the llvm-dev
mailing list