[LLVMdev] clang build fails if done in the separate object directory

Yuri yuri at rawbw.com
Thu Jun 10 09:50:37 PDT 2010


On 06/10/2010 09:32, Yuri wrote:
> I did something like this:
> svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
> svn co http://llvm.org/svn/llvm-project/llvm/trunk clang
> ln -s clang llvm/tools/clang
> mkdir llvm-objects
> cd llvm-objects
> ../llvm/configure --prefix=/my/llvm/prefix<other options>
> gmake
> gmake install
> cd ..
>    

Ok, now I see what I am doing wrong: clang checkout should be:

svn co http://llvm.org/svn/llvm-project/cfe/trunk clang

Yuri




More information about the llvm-dev mailing list