What steps will reproduce the problem?
1. ccmake .
2. make
What is the expected output? What do you see instead?
Linking CXX executable ccons
/usr/lib64/llvm/libclangSerialization.a(ASTReader.o): In function
`clang::ASTReader::pushExternalDeclIntoScope(clang::NamedDecl*,
clang::DeclarationName)':
(.text+0x103ec): undefined reference to
`clang::IdentifierResolver::tryAddTopLevelDecl(clang::NamedDecl*,
clang::DeclarationName)'
....
/usr/lib64/llvm/libclangEdit.a(Commit.o): In function
`clang::edit::Commit::insertFromRange(clang::SourceLocation,
clang::CharSourceRange, bool, bool)':
(.text+0x14eb): undefined reference to
`clang::PPConditionalDirectiveRecord::findConditionalDirectiveRegionLoc(clang::S
ourceLocation) const'
collect2: error: ld returned 1 exit status
What version of the product are you using? On what operating system?
SVN checkout r253
llvm 3.3
clang 3.3
Fedora 19
Please provide any additional information below.
Original issue reported on code.google.com by postmode...@gmail.com on 14 Sep 2013 at 5:46
Original issue reported on code.google.com by
postmode...@gmail.com
on 14 Sep 2013 at 5:46