[cfe-dev] New C++0x feature support in Clang
Larry Evans
cppljevans at suddenlink.net
Fri Feb 4 13:34:44 PST 2011
On 02/04/11 14:34, Larry Evans wrote:
> On 02/04/11 14:15, Larry Evans wrote:
>> On 01/26/11 15:45, Douglas Gregor wrote:
>>> Clang has recently gotten much-improved support for the upcoming C++0x standard. In particular, top-of-tree Clang now supports a number of C++0x features:
>> [snip]
>> Doug,
>>
>> My os is:
>>
>> ~/download/llvm/svn/build/tools/clang $ uname -a
>> Linux evansl-desktop 2.6.32-24-generic #41-Ubuntu SMP
>> Thu Aug 19 01:38:40 UTC 2010 x86_64 GNU/Linux
>>
>> I just did an `svn update` and then `make` in the build/.../clang
>> directory, but got the errors:
>
> Hmmm. Maybe I should have done the update in the llvm directory instead
> of in the llvm/tools/clang directory.
>
> Trying that now and it's taking a while. Let you know results ASAP.
Yep, that musta been it. Make completed:
> make[1]: Leaving directory `/home/evansl/download/llvm/svn/build/bindings'
> llvm[0]: ***** Completed Debug+Asserts Build
> llvm[0]: ***** Note: Debug build can be 10 times slower than an
> llvm[0]: ***** optimized build. Use make ENABLE_OPTIMIZED=1 to
> llvm[0]: ***** make an optimized build. Alternatively you can
> llvm[0]: ***** configure with --enable-optimized.
> ~/download/llvm/svn/build $
More information about the cfe-dev
mailing list