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

--- Comment #10 from Jan Vesely <[email protected]> ---
(In reply to Felix von Leitner from comment #9)
> That fixed that problem, but there is another one:
>                  ^
> Makefile:893: recipe for target 'api/libclover_la-event.lo' failed
> 
> That appears to be opencl related, not nv50.
> Sigh.

ah, yes clover is very c++. However, if the original action (linking
pipe_r600.la) completed successfully then it's rtti problem in LLVM.

Can you try rebuilding LLVM with the linked llvm patch to make sure rtti is
reported correctly and/or building with LLVM_ENABLE_RTTI, either using ccmake,
or cmake -DLLVM_ENABLE_RTTI=1 ?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to