<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 - strtoll undefined"
href="https://bugs.llvm.org/show_bug.cgi?id=35849">35849</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>strtoll undefined
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>3.5
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>FreeBSD
</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>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>mail@gabucino.hu
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>Somebody riddle me this: ever since 3.5.0 llvm+cfe doesn't build on FreeBSD
8.4. Due to this:
[ 5%] Building CXX object
lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGLexer.cpp.o
/data/nfs/tgp/src/llvm-3.5.0.src/lib/TableGen/TGLexer.cpp: In member function
'llvm::tgtok::TokKin
/data/nfs/tgp/src/llvm-3.5.0.src/lib/TableGen/TGLexer.cpp:392:19: error:
'strtoll' was not declare
CurIntVal = strtoll(NumStart, nullptr, 16);
^~~~~~~
But earlier in the output there's this:
-- Looking for strtoll
-- Looking for strtoll - found
So what gives? I've tried all GCC from 4 to 7.2.0.
LLVM+CFE 3.4.2 builds OK.</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>