<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - undefined reference to `typeinfo for llvm::format_object_base'"
href="https://bugs.freedesktop.org/show_bug.cgi?id=70471#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - undefined reference to `typeinfo for llvm::format_object_base'"
href="https://bugs.freedesktop.org/show_bug.cgi?id=70471">bug 70471</a>
from <span class="vcard"><a class="email" href="mailto:kallisti5@unixzen.com" title="Alexander von Gluck <kallisti5@unixzen.com>"> <span class="fn">Alexander von Gluck</span></a>
</span></b>
<pre>Created <span class=""><a href="attachment.cgi?id=87648" name="attach_87648" title="fix revision 1">attachment 87648</a> <a href="attachment.cgi?id=87648&action=edit" title="fix revision 1">[details]</a></span>
fix revision 1
It's now the wee hours of the morning. Please try the fix attached. If it
works i'll send it to mesa-dev in the morning after I get some sleep.
The LLVM_CPPFLAGS and LLVM_CXXFLAGS are used in the autotools scrips, while
only LLVM_CPPFLAGS is used in scons. Removing the rtti made this bug float to
the top.
We can't simply apply CXX flags to everything as they are C++ only. The patch
attached should apply the CXX flags only where needed (kind of like how the
autotools one works.. src/gallium/auxiliary and gallium/drivers/llvmpipe)
If this doesn't solve the issue, let me know and i'll try other solutions and
maybe setup a Debian / Ubuntu machine. (all of the machines I have locally have
RTTI enabled in llvm)</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>