Displaying 2 results from an estimated 2 matches for "checkpseudoobjectrvalu".
Did you mean:
checkpseudoobjectrvalue
2011 Oct 25
2
[LLVMdev] [LLVMDev] Clang stopped compiling?
...on, clang::UnaryOperatorKind, clang::Expr*)'
/home/hades/data/Tesi/llvm-build/Debug+Asserts/lib/libclangSema.a(SemaExpr.o):
In function `clang::Sema::CheckPlaceholderExpr(clang::Expr*)':
/home/hades/data/Tesi/llvm/tools/clang/lib/Sema/SemaExpr.cpp:10098:
undefined reference to
`clang::Sema::checkPseudoObjectRValue(clang::Expr*)'
collect2: ld returned 1 exit status
make[4]: *** [/home/hades/data/Tesi/llvm-build/Debug+Asserts/bin/clang] Errore 1
make[4]: Leaving directory
`/home/hades/data/Tesi/llvm-build/tools/clang/tools/driver'
(Compiling with llvm[4]: Compiling driver.cpp for Debug+Asserts build...
2011 Oct 25
0
[LLVMdev] [LLVMDev] Clang stopped compiling?
...oni wrote:
> Hi, I'm trying to compile the latest clang/llvm SVN versions and I get
> this error on multiple systems :
Linking, not compiling, but still.
I am getting a similar error when building this morning.
> Undefined symbols for architecture x86_64:
> "clang::Sema::checkPseudoObjectRValue(clang::Expr*)", referenced from:
> clang::Sema::CheckPlaceholderExpr(clang::Expr*) in libclangSema.a(SemaExpr.o)
> "clang::Sema::checkPseudoObjectIncDec(clang::Scope*, clang::SourceLocation, clang::UnaryOperatorKind, clang::Expr*)", referenced from:
> clang::S...