<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:dougk@google.com" title="dougk@google.com">dougk@google.com</a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - [SPARC64] clang 3.6 error: unknown directive ".xword""
href="https://llvm.org/bugs/show_bug.cgi?id=22695">bug 22695</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>dougk@google.com
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - [SPARC64] clang 3.6 error: unknown directive ".xword""
href="https://llvm.org/bugs/show_bug.cgi?id=22695#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - [SPARC64] clang 3.6 error: unknown directive ".xword""
href="https://llvm.org/bugs/show_bug.cgi?id=22695">bug 22695</a>
from <span class="vcard"><a class="email" href="mailto:dougk@google.com" title="dougk@google.com">dougk@google.com</a>
</span></b>
<pre>
<span class="quote">> Interestingly it works when *NOT* using -save-temps (which makes me wonder</span >
what -save-temps actually does):
'-save-temps' writes each intermediate file to disk.
C -> preprocessed-C -> LLVM bitcode -> assembly language -> obj
If you're not saving temps, you you emit object code from the model of the
instruction, not the text of the instruction, so it worked because only the asm
parser was wrong, not the code emitter.
Fixed in r244221</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>