[LLVMdev] Error building Clang?

Benjamin Kramer benny.kra at googlemail.com
Mon Feb 13 12:42:41 PST 2012


On 13.02.2012, at 21:33, Ryan Taylor wrote:

> llvm[4]: Compiling CGExprConstant.cpp for Release+Asserts build
> CGExprConstant.cpp:814:53: error: too many arguments to function call, expected 2, have 3
>     return llvm::ConstantArray::get(VMContext, Str, false);
> 
> I get this error when building LLVM, after svn up for trunk, any idea why?

Make sure you're running svn up in both the LLVM and the clang directory (those are separate checkouts).

Alternatively you can just call "make update" which will update all checkouts for you.

- Ben
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev





More information about the llvm-dev mailing list