Displaying 2 results from an estimated 2 matches for "a584644d".
2012 Nov 08
2
[LLVMdev] LLVM toolchain compiler change
Hi!
I'm using project template from LLVM library (
http://llvm.org/docs/Projects.html).
while compiling (executing 'make' in build directory of my custom project)
it uses clang and gives me several errors. While using clang++ or g++ it
works. The question is - how can I change these makefile config files, to
enable generatoing of makefile that will use the ++ version of compilers.
2012 Nov 08
0
[LLVMdev] LLVM toolchain compiler change
Hi Wojciech,
> I'm using project template from LLVM library (http://llvm.org/docs/Projects.html).
> while compiling (executing 'make' in build directory of my custom project) it
> uses clang and gives me several errors. While using clang++ or g++ it works. The
> question is - how can I change these makefile config files, to enable
> generatoing of makefile that will use