<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - radeonsi/llvm SIGABRT in Antichamber (UDK)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=75211#c14">Comment # 14</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - radeonsi/llvm SIGABRT in Antichamber (UDK)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=75211">bug 75211</a>
from <span class="vcard"><a class="email" href="mailto:tstellar@gmail.com" title="Tom Stellard <tstellar@gmail.com>"> <span class="fn">Tom Stellard</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=75211#c13">comment #13</a>)
<span class="quote">> (In reply to <a href="show_bug.cgi?id=75211#c12">comment #12</a>)
> > Can you try this LLVM patch:
> >
> > <a href="https://bugs.freedesktop.org/attachment.cgi?id=99169">https://bugs.freedesktop.org/attachment.cgi?id=99169</a>
>
> Sorry, but on top of what revision?
>
> Latest upstream trunk (209031) says:
>
> SIInstrInfo.cpp:197:41: Fehler: falsche Benutzung des unvollständigen Typs
> »const class llvm::Function«
> LLVMContext &Ctx = MF->getFunction()->getContext();
>
> ("wrong usage of partial type" or something)</span >
I will post a new patch when I get a chance. You should be able to fix this by
adding
#include "llvm/IR/Function.h"
to the includes in SIInstrInfo.cpp</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>