Skip to content

meson: Error out if building nouveau and using LLVM without rtti

Dylan Baker requested to merge dbaker/mesa:error-on-no-rtti-nouveau into master

Nouveau requires rtti, but LLVM can be built without it. Lets just error out if that is the case.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109202 Fixes: c5a97d65 ("meson: fix builds against LLVM built without rtti")

Merge request reports