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