<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 - Trunk build fails rev 348300"
href="https://bugs.llvm.org/show_bug.cgi?id=39880">39880</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Trunk build fails rev 348300
</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>benjima@gmail.com
</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>Current trunk does not compile. I have no knowledge about this codebase and
didn't see a problem.
llvm/tools/clang$ svn info --show-item revision
348300
Error:
[ 68%] Building CXX object
tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclBase.cpp.o
/home/slave/llvm-svn/llvm/tools/clang/lib/AST/DeclBase.cpp: In member function
‘int64_t clang::Decl::getID() const’:
/home/slave/llvm-svn/llvm/tools/clang/lib/AST/DeclBase.cpp:958:41: error:
‘llvm::BumpPtrAllocator {aka class llvm::BumpPtrAllocatorImpl<>}’ has no member
named ‘identifyKnownAlignedObject’; did you mean ‘identifyObject’?
return
getASTContext().getAllocator().identifyKnownAlignedObject<Decl>(this);
^~~~~~~~~~~~~~~~~~~~~~~~~~
identifyObject
/home/slave/llvm-svn/llvm/tools/clang/lib/AST/DeclBase.cpp:958:72: error:
expected primary-expression before ‘>’ token
return
getASTContext().getAllocator().identifyKnownAlignedObject<Decl>(this);
^
tools/clang/lib/AST/CMakeFiles/clangAST.dir/build.make:542: recipe for target
'tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclBase.cpp.o' failed
make[2]: *** [tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclBase.cpp.o] Error
1
CMakeFiles/Makefile2:23865: recipe for target
'tools/clang/lib/AST/CMakeFiles/clangAST.dir/all' failed
make[1]: *** [tools/clang/lib/AST/CMakeFiles/clangAST.dir/all] Error 2
Makefile:151: recipe for target 'all' failed
make: *** [all] Error 2
What can I do to make compilation work? I want to run llgo on the latest
revision</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>