[cfe-dev] Clang++ can't compile a simple hello world program.

Dimitry Andric dimitry at andric.com
Sat Sep 11 05:55:57 PDT 2010


On 2010-09-11 13:21, İsmail Dönmez wrote:
> On Sat, Sep 11, 2010 at 2:18 PM, Anton Korobeynikov
> <anton at korobeynikov.info>  wrote:
>>> http://llvm.org/bugs/show_bug.cgi?id=7276#c3
>>>
>>> I have no idea why this isn't committed yet...
>> Committed, thanks. For me it looks like slightly hacky, I don't pretty
>> much like OS checks in the driver.
>> Is it possible to move the check somewhere else? To some target-dependent part?
>
> Out of curiosity, is this a known MinGW limitation?

It doesn't seem to be a limitation, but simply unnecessary, as the
Microsoft VC runtime DLL already supplies its own mechanism for this
functionality.

See the discussion threads about this subject here:

   http://gcc.gnu.org/ml/gcc/2006-06/msg00747.html

and here:

   http://sourceforge.net/mailarchive/message.php?msg_name=E1G3KC2-0000da-HT%40sc8-sf-web1.sourceforge.net





More information about the cfe-dev mailing list