[Mesa-dev] [Bug 90032] build fails, undefined reference to llvm:RTDyldMemoryManager

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 14 16:45:10 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=90032

--- Comment #9 from Felix von Leitner <felix-freedesktop at fefe.de> ---
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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150414/82267863/attachment.html>


More information about the mesa-dev mailing list