Displaying 1 result from an estimated 1 matches for "nestednamespecifierlocbuilder".
2012 Jul 03
2
[LLVMdev] error with cmake build of llvm
...ng
functions.
make
...
[ 97%] Built target libclang
[ 97%] Built target libclang_static
Linking CXX executable ../../../../bin/c-index-test
../../../../lib/libclang.so.3.2: undefined reference to
`clang::ReturnStmt::getRetValue()'
../../../../lib/libclang.so.3.2: undefined reference to
`clang::NestedNameSpecifierLocBuilder::MakeGlobal(clang::ASTContext&,
clang::SourceLocation)'
../../../../lib/libclang.so.3.2: undefined reference to
`clang::NestedNameSpecifierLocBuilder::Extend(clang::ASTContext&,
clang::NamespaceDecl*, clang::SourceLocation, clang::SourceLocation)'
....
I could not figure out the re...