Displaying 3 results from an estimated 3 matches for "r168491".
Did you mean:
r168291
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="-...
2012 Nov 27
0
[LLVMdev] How to enable c++11 in a llvm project?
...XX="clang++ -std=c++11" ../configure
I don't know why "-enable-cxx11" doesn't work as expected when I configure
the project.
Regards.
On Mon, Nov 26, 2012 at 7:34 PM, Mingliang LIU <liuml07 at gmail.com> wrote:
> 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
>...
2012 Nov 27
1
[LLVMdev] How to enable c++11 in a llvm project?
...> I don't know why "-enable-cxx11" doesn't work as expected when I configure
> the project.
>
> Regards.
>
>
> On Mon, Nov 26, 2012 at 7:34 PM, Mingliang LIU <liuml07 at gmail.com> wrote:
>
>> 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 usi...