[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 15:14:10 PST 2012


And the plot thickens:

tools/lld/include/lld/Core/Atom.h:58: error: 'nullptr' was not declared 
in this scope

It seems that GCC 4.4 is just not ready for C++11 even with -std=c++x0.

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


On 03/09/12 13:15, Evandro Menezes wrote:
> Nick,
>
> I was using the environment variable CXX, but it seems that by using the
> CMAKE variable CMAKE_CXX_COMPILER instead results in a successful run of
> cmake.
>
> Thanks,
>



More information about the llvm-commits mailing list