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

Chris Lattner clattner at apple.com
Thu Mar 8 16:11:15 PST 2012


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