Hi!<div>I'm using project template from LLVM library (<a href="http://llvm.org/docs/Projects.html">http://llvm.org/docs/Projects.html</a>).</div><div>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.</div>
<div><br></div><div>Thank you :)</div>