<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:renato.golin@linaro.org" title="Renato Golin <renato.golin@linaro.org>"> <span class="fn">Renato Golin</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - assembler ignores directives for ISA level"
href="https://llvm.org/bugs/show_bug.cgi?id=25278">bug 25278</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>renato.golin@linaro.org
</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 - assembler ignores directives for ISA level"
href="https://llvm.org/bugs/show_bug.cgi?id=25278#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - assembler ignores directives for ISA level"
href="https://llvm.org/bugs/show_bug.cgi?id=25278">bug 25278</a>
from <span class="vcard"><a class="email" href="mailto:renato.golin@linaro.org" title="Renato Golin <renato.golin@linaro.org>"> <span class="fn">Renato Golin</span></a>
</span></b>
<pre>".cpu <archname>" is not supported, but the bug reported here was fixed a while
ago. We needed it to fix libunwind.
.cpu arm1176jzf-s
.fpu vfpv3
vstmia ip!, {d8-d15}
$ clang -c -target arm -march=armv4t -mfloat-abi=soft vstm.s
Disassembly of section .text:
00000000 <.text>:
0: ecac8b10 vstmia ip!, {d8-d15}</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>