<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - BUILD failure with AST unittests"
href="https://bugs.llvm.org/show_bug.cgi?id=45252">45252</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>BUILD failure with AST unittests
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>-New Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>lonewolf@xs4all.nl
</td>
</tr>
<tr>
<th>CC</th>
<td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org, neeilans@live.com, richard-llvm@metafoo.co.uk
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=23259" name="attach_23259" title="build log">attachment 23259</a> <a href="attachment.cgi?id=23259&action=edit" title="build log">[details]</a></span>
build log
since march 13 llvm/clang trunk builds with -D LLVM_BUILD_TESTS=ON fail .
Bisecting points to
<a href="https://github.com/llvm/llvm-project/commit/ce79c4246919d777346dd3821c087faa1dcc725e#diff-f0018ff1248e50f5dbe11ce6ba511e83">https://github.com/llvm/llvm-project/commit/ce79c4246919d777346dd3821c087faa1dcc725e#diff-f0018ff1248e50f5dbe11ce6ba511e83</a>
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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>