Displaying 1 result from an estimated 1 matches for "libclang_static".
2012 Jul 03
2
[LLVMdev] error with cmake build of llvm
...c-index-test)
add_subdirectory(arcmt-test)
add_subdirectory(c-arcmt-test)
add_subdirectory(diagtool)
add_subdirectory(driver)
add_subdirectory(clang-check))
Starting from c-index-test, it outputs undefined reference to all clang
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)...