<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - build fails, undefined reference to llvm:RTDyldMemoryManager"
href="https://bugs.freedesktop.org/show_bug.cgi?id=90032#c9">Comment # 9</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - build fails, undefined reference to llvm:RTDyldMemoryManager"
href="https://bugs.freedesktop.org/show_bug.cgi?id=90032">bug 90032</a>
from <span class="vcard"><a class="email" href="mailto:felix-freedesktop@fefe.de" title="Felix von Leitner <felix-freedesktop@fefe.de>"> <span class="fn">Felix von Leitner</span></a>
</span></b>
<pre>That fixed that problem, but there is another one:
api/event.cpp: In function ‘cl_int clGetEventProfilingInfo(cl_event,
cl_profiling_info, size_t, void*, size_t*)’:
api/event.cpp:255:58: error: ‘dynamic_cast’ not permitted with -fno-rtti
hard_event &hev = dynamic_cast<hard_event &>(obj(d_ev));
^
In file included from ./core/event.hpp:28:0,
from api/event.cpp:24:
./core/object.hpp: In instantiation of ‘static void
clover::detail::descriptor_traits<T, D>::validate(D*) [with T =
clover::soft_event; D = _cl_event]’:
./core/object.hpp:147:50: required from ‘typename
clover::detail::descriptor_traits<T, D>::object_type& clover::obj(D*) [with T =
clover::soft_event; D = _cl_event; typename
clover::detail::descriptor_traits<T, D>::object_type = clover::soft_event]’
api/event.cpp:42:36: required from here
./core/object.hpp:71:17: error: ‘dynamic_cast’ not permitted with -fno-rtti
!dynamic_cast<object_type *>(o))
^
Makefile:893: recipe for target 'api/libclover_la-event.lo' failed
That appears to be opencl related, not nv50.
Sigh.</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>