[cfe-dev] Linking in clang on Windows
Óscar Fuentes
ofv at wanadoo.es
Fri Oct 11 01:16:47 PDT 2013
"罗勇刚(Yonggang Luo)"
<luoyonggang at gmail.com> writes:
> I guess he is talking about Mingw runtime, Indeed, I also looking for
> clang + Windows SDK + ms c runtime vs clang + mingw runtime.
MinGW runtime is the MS runtime plus some additions (some C99 functions
and replacements for old/buggy functions.) The MS C runtime (and the VC
compiler) is seriously lacking on terms of C standards compliance.
More information about the cfe-dev
mailing list