https://bugs.llvm.org/show_bug.cgi?id=45252
Bug ID: 45252
Summary: BUILD failure with AST unittests
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangb...@nondot.org
Reporter: lonew...@xs4all.nl
CC: htmldevelo...@gmail.com, llvm-bugs@lists.llvm.org,
neeil...@live.com, richard-l...@metafoo.co.uk
Created attachment 23259
--> https://bugs.llvm.org/attachment.cgi?id=23259&action=edit
build log
since march 13 llvm/clang trunk builds with -D LLVM_BUILD_TESTS=ON fail .
Bisecting points to
https://github.com/llvm/llvm-project/commit/ce79c4246919d777346dd3821c087faa1dcc725e#diff-f0018ff1248e50f5dbe11ce6ba511e83
as the first bad commit.
relevant error message :
/usr/bin/ld:
tools/clang/unittests/AST/CMakeFiles/ASTTests.dir/SourceLocationTest.cpp.o: in
function `(anonymous namespace)::Decl_MemberPointerStarLoc_Test::TestBody()':
SourceLocationTest.cpp:(.text._ZN12_GLOBAL__N_130Decl_MemberPointerStarLoc_Test8TestBodyEv+0x47):
undefined reference to `llvm::Annotations::Annotations(llvm::StringRef)'
/usr/bin/ld:
SourceLocationTest.cpp:(.text._ZN12_GLOBAL__N_130Decl_MemberPointerStarLoc_Test8TestBodyEv+0x554):
undefined reference to `llvm::Annotations::point(llvm::StringRef) const'
collect2: error: ld returned 1 exit status
full build log attached.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs