<html>
<head>
<base href="http://llvm.org/bugs/" />
</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 --- - clang Compilation Failure"
href="http://llvm.org/bugs/show_bug.cgi?id=17016">17016</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>clang Compilation Failure
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Macintosh
</td>
</tr>
<tr>
<th>OS</th>
<td>MacOS X
</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>lowellv@me.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=11106" name="attach_11106" title="session output">attachment 11106</a> <a href="attachment.cgi?id=11106&action=edit" title="session output">[details]</a></span>
session output
Hey all. This is my first bug report. Not sure if compilation failures belong
here or on the list.
Overview: I'm unable to compile trunk, which is currently at r189405, though
this has been happening for at least the last few days.
Steps to reproduce:
1. Update working copy.
2. Create and enter build folder.
3. Configure as follows:
../configure CC=`which clang` CXX=`which clang++` --enable-optimized
--enable-targets=x86_64,arm --enable-shared
4. make
Expected Result: Error-free compilation of default make target.
Actual Result:
/Users/Shared/Vault/Vendor/llvm/tools/clang/tools/extra/cpp11-migrate/Core/Transform.cpp:86:10:
error:
no member named 'isFromMainFile' in 'clang::SourceManager'; did you
mean
'isInMainFile'?
if (SM.isFromMainFile(Loc))
^~~~~~~~~~~~~~
isInMainFile
/Users/Shared/Vault/Vendor/llvm/tools/clang/tools/extra/cpp11-migrate/Core/../../../../include/clang/Basic/SourceManager.h:1302:8:
note:
'isInMainFile' declared here
bool isInMainFile(SourceLocation Loc) const {
^
1 error generated.
Build Date & Platform:
Tuesday, August 27 2013 on OS X 10.8.4 using clang 3.4 (trunk ^/cfe/trunk
187088)
Additional Information:
See attached for complete output; exceeds 65536 characters.</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>