Quoting Jan Vesely (2017-12-13 13:36:25) > On Wed, 2017-12-13 at 13:01 -0800, Francisco Jerez wrote: > > Jan Vesely <jan.ves...@rutgers.edu> writes: > > > > autotools build works OK with no-rtti build of llvm, I've been running > like that for some time. LLVM_CXXFLAGS which include fno-rtti are only > used to build libclllvm.la, so it probably only works by accident. > > fedora ships rtti enabled llvm, I'm not sure what other distros ship. > > It opens up the question whether any flags from llvm-config --cxxflags > should be used and whether meson needs an equivalent of > "strip_unwanted_llvm_flags()" > > Jan >
Meson only takes --cppflags from llvm-config (except -DNDEBUG), because frankly LLVM puts garbage in llvm-config's --cflags and --cxxflags. Dylan
signature.asc
Description: signature
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev