<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:chaorenl@google.com" title="Chaoren Lin <chaorenl@google.com>"> <span class="fn">Chaoren Lin</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Ubuntu & Debian failing to find architecture for native binaries (and many other test failures)"
href="http://llvm.org/bugs/show_bug.cgi?id=20400">bug 20400</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;">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 - Ubuntu & Debian failing to find architecture for native binaries (and many other test failures)"
href="http://llvm.org/bugs/show_bug.cgi?id=20400#c13">Comment # 13</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Ubuntu & Debian failing to find architecture for native binaries (and many other test failures)"
href="http://llvm.org/bugs/show_bug.cgi?id=20400">bug 20400</a>
from <span class="vcard"><a class="email" href="mailto:chaorenl@google.com" title="Chaoren Lin <chaorenl@google.com>"> <span class="fn">Chaoren Lin</span></a>
</span></b>
<pre>Configuring cmake with LLVM_DEFAULT_TARGET_TRIPLE=i386-linux-gnu seems to fix
this issue on 32 bit builds. The default of i686-pc-linux-gnu is compatible but
not necessarily identical to the inferior binaries, so I think it's better to
apply Azat's solution of using ArchSpec::IsCompatibleMatch() instead to prevent
this issue from resurfacing on other platforms in the future.</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>