[llvm-dev] A libc in LLVM

Siva Chandra via llvm-dev llvm-dev at lists.llvm.org
Thu Jun 27 22:15:34 PDT 2019


On Thu, Jun 27, 2019 at 4:45 PM Zachary Turner <zturner at roblox.com> wrote:
>
> The difference seems to be that in Windows's version of libc (which they dub "The CRT") you can't take one without the other.  You get program startup and termination logic + everything else, and you can't pick and choose.

Now I understand why you want to start with a clean slate for Windows.
As I said in my earlier email, it should be OK for a platform to not
use the redirector strategy if it cannot be implemented in a
straightforward manner.


More information about the llvm-dev mailing list