You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 14 Sep 2013 at 5:46
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 14 Sep 2013 at 5:46The text was updated successfully, but these errors were encountered: