[llvm-commits] [lld] r152269 - in /lld/trunk: ./ include/lld/Core/ include/lld/Platform/ lib/ lib/Core/ lib/Passes/ test/ tools/lld-core/

Evandro Menezes emenezes at codeaurora.org
Fri Mar 9 08:14:08 PST 2012


Using clang crossed my mind.  I'll give it a try.

Thanks,

-- 
Evandro Menezes          Austin, TX          emenezes at codeaurora.org
Qualcomm Innovation Center, Inc is a member of the Code Aurora Forum


On 03/08/12 18:11, Chris Lattner wrote:
>
> On Mar 8, 2012, at 3:02 PM, Evandro Menezes wrote:
>
>> GCC 4.4.5 with "-std=c++0x", since its default is "-std=c++98":
>>
>> tools/lld/lib/Core/Resolver.cpp:264: warning: 'auto' will change meaning
>> in C++0x; please remove it
>>
>> I'm not always at liberty to use whichever compiler I want, but what IT
>> lets me.
>
> Ok, build clang first, then use it to build lld.
>
> -Chris



More information about the llvm-commits mailing list