<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:spatel+llvm@rotateright.com" title="Sanjay Patel <spatel+llvm@rotateright.com>"> <span class="fn">Sanjay Patel</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - no warning/error for bogus triple parameter value"
href="http://llvm.org/bugs/show_bug.cgi?id=20567">bug 20567</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 - no warning/error for bogus triple parameter value"
href="http://llvm.org/bugs/show_bug.cgi?id=20567#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - no warning/error for bogus triple parameter value"
href="http://llvm.org/bugs/show_bug.cgi?id=20567">bug 20567</a>
from <span class="vcard"><a class="email" href="mailto:spatel+llvm@rotateright.com" title="Sanjay Patel <spatel+llvm@rotateright.com>"> <span class="fn">Sanjay Patel</span></a>
</span></b>
<pre>Looks like this was caused by:
<a href="http://llvm.org/viewvc/llvm-project?view=revision&revision=213743">http://llvm.org/viewvc/llvm-project?view=revision&revision=213743</a>
And solved with:
<a href="http://llvm.org/viewvc/llvm-project?view=revision&revision=215191">http://llvm.org/viewvc/llvm-project?view=revision&revision=215191</a>
Using llc built from r215293:
$ ./llc -mtriple=x86-64 foo.ll -o -
./llc: : error: unable to get target for 'x86-64', see --version and --triple.
Thanks, Tim and Justin!</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>