<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:vlee@freedesktop.org" title="Vinson Lee <vlee@freedesktop.org>"> <span class="fn">Vinson Lee</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - lp_bld_debug.cpp:280:54: error: no matching function for call to ‘llvm::TargetMachine::getSubtargetImpl()’"
href="https://bugs.freedesktop.org/show_bug.cgi?id=89705">bug 89705</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;">Keywords</td>
<td>
</td>
<td>bisected
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - lp_bld_debug.cpp:280:54: error: no matching function for call to ‘llvm::TargetMachine::getSubtargetImpl()’"
href="https://bugs.freedesktop.org/show_bug.cgi?id=89705#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - lp_bld_debug.cpp:280:54: error: no matching function for call to ‘llvm::TargetMachine::getSubtargetImpl()’"
href="https://bugs.freedesktop.org/show_bug.cgi?id=89705">bug 89705</a>
from <span class="vcard"><a class="email" href="mailto:vlee@freedesktop.org" title="Vinson Lee <vlee@freedesktop.org>"> <span class="fn">Vinson Lee</span></a>
</span></b>
<pre>4638c993331b04c73453927cb0b9909fa0dbd282 is the first bad commit
commit 4638c993331b04c73453927cb0b9909fa0dbd282
Author: Eric Christopher <<a href="mailto:echristo@gmail.com">echristo@gmail.com</a>>
Date: Sat Mar 21 04:22:23 2015 +0000
Remove the target independent TargetMachine::getSubtarget and
TargetMachine::getSubtargetImpl routines.
This keeps the target independent code free of bare subtarget
calls while the remainder of the backends are migrated, or not
if they don't wish to support per-function subtargets as would
be needed for function multiversioning or LTO of disparate
cpu subarchitecture types, e.g.
clang -msse4.2 -c foo.c -emit-llvm -o foo.bc
clang -c bar.c -emit-llvm -o bar.bc
llvm-link foo.bc bar.bc -o baz.bc
llc baz.bc
and get appropriate code for what the command lines requested.
git-svn-id: <a href="https://llvm.org/svn/llvm-project/llvm/trunk@232885">https://llvm.org/svn/llvm-project/llvm/trunk@232885</a>
91177308-0d34-0410-b5e6-96231b3b80d8
:040000 040000 588aa3c96b228a8e4e5be4cc2f9bf901c160da3a
0f44478fddd47d1a7b5c2f445a83216b6c8d2b18 M include
:040000 040000 9bac4dbc48c000848fd80a33971b313542fd6fd2
518cd85f7a7c92b36b357b273857aa4cd314d51f M lib
bisect run success</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>