search for: 7e09d119

Displaying 2 results from an estimated 2 matches for "7e09d119".

2019 Jun 28
2
A libc in LLVM
...se 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>
2019 Jun 27
4
A libc in LLVM
On Thu, Jun 27, 2019 at 3:56 PM Zachary Turner <zturner at roblox.com> wrote: > No, I do not think we want to mix up CRTs on any platform. At the >> least, it will be disruptive to the compiler drivers. Our goal is to >> build a CRT with supports statically linked executables on Linux. We >> do not intend to mix this new CRT with the CRT from the system libc. >>