Re: [Mesa-dev] [PATCH 5/7] meson: fix builds against LLVM built without rtti

2018-04-17 Thread Dylan Baker
Quoting Dylan Baker (2018-04-16 16:48:59) > Building without rtti is a frought with peril, but it's something that > autotools supports so we need to support it too. > > Since we've moved to version 0.44 as a whole we can use the meson > functionality for accessing random llvm-config options we ca

[Mesa-dev] [PATCH 5/7] meson: fix builds against LLVM built without rtti

2018-04-16 Thread Dylan Baker
Building without rtti is a frought with peril, but it's something that autotools supports so we need to support it too. Since we've moved to version 0.44 as a whole we can use the meson functionality for accessing random llvm-config options we can check for rtti and add -fno-rtti to all C++ code a