[LLVMdev] Bootstrapping llvm

Dimitry Andric dimitry at andric.com
Tue Jun 15 09:49:17 PDT 2010


On 2010-06-15 18:28, Sunay Ismail wrote:
> I read on web that llvm compiles itself with clang, but could not find the
> instruction to achieve that. I try "./configure CC=clang CXX=clang" but get link
> errors.

Try using CXX=clang++ instead.  Always use clang++ for C++ code. :)



More information about the llvm-dev mailing list