search for: ec634cf1

Displaying 2 results from an estimated 2 matches for "ec634cf1".

2012 Nov 27
0
[LLVMdev] How to enable c++11 in a llvm project?
...& Technology Tsinghua University, Beijing 100084, China Email: liuml07 at mails.tsinghua.edu.cn Homepage: http://pacman.cs.tsinghua.edu.cn/~liuml07/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121127/ec634cf1/attachment.html>
2012 Nov 26
2
[LLVMdev] How to enable c++11 in a llvm project?
Hi, I'm using the latest LLVM (r168491) built by GCC 4.7.2 (Gentoo masked version). The clang++ runs as expected when I compile a hello program with c++11 enabled. I created a project (copied from sample/) where there are some C++ source files with c++11 features. I configured my project using the following command: $ CXXFLAGS="-std=c++11" ../configure --enable-cxx11 However, I