[cfe-commits] r82147 - /cfe/trunk/lib/Basic/Targets.cpp
Daniel Dunbar
daniel at zuster.org
Fri Dec 18 12:57:26 PST 2009
Fixed in r91705.
- Daniel
On Thu, Sep 17, 2009 at 8:25 AM, Anton Korobeynikov
<anton at korobeynikov.info> wrote:
> Hi, Daniel
>
>> + if (ArmArch == Armv7a)
>> + Define(Defs, "__thumb2__");
>> + }
> This is incorrect. Thumb2 exists for some V6 targets as well (aka armv6t2).
>
>> + Define(Defs, "__USING_SJLJ_EXCEPTIONS__");
> This should be darwin only
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University
>
More information about the cfe-commits
mailing list