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

--- Comment #8 from Jan Vesely <jano.ves...@gmail.com> ---
(In reply to comment #7)
> Yes... you need to patch a few libdir locations but at least MESA compiles
> fine with configure/LLVM while i spent a whole day to compile MESA with
> cmake/LLVM just to finally give up on using cmake.

llvm cmake by default compiles with -fno-rtti (see r213663, r213664). However,
llvm-config fails to export the setting due to [0] unless [1] is applied.

I have no problems building mesa with cmake LLVM with the mentioned patch.
Alternatively you can try building LLVM with RTTI enabled. (never tested that
myself)

[0] http://llvm.org/bugs/show_bug.cgi?id=14200
[1]
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20131230/200267.html

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to