Displaying 3 results from an estimated 3 matches for "cgexprconstant".
2012 Feb 13
4
[LLVMdev] Error building Clang?
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?
-------------- next part --------------
An...
2012 Feb 13
0
[LLVMdev] Error building Clang?
Did you 'svn up' on both your llvm and clang checkouts?
Yea, what Ben said..
Ben,
Does 'make up' update the test-suite/compiler-rt as well?
Chad
On Feb 13, 2012, at 12:33 PM, 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?
> __________________...
2011 Mar 16
0
[LLVMdev] Warning in Clang
/home/rengolin/workspace/llvm/rw/src/tools/clang/lib/CodeGen/CGExprConstant.cpp:
In member function
‘llvm::Constant*<unnamed>::ConstExprEmitter::VisitCastExpr(clang::CastExpr*)’:
/home/rengolin/workspace/llvm/rw/src/tools/clang/lib/CodeGen/CGExprConstant.cpp:621:
warning: control reaches end of non-void function
A switch without a default label or a return at the en...