Mesa (main): meson: drop a comment relating to old meson version

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Dec 18 11:08:36 UTC 2021


Module: Mesa
Branch: main
Commit: 1867a0cebfb10bb2102bcec4420c4768429dd8da
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1867a0cebfb10bb2102bcec4420c4768429dd8da

Author: Thomas H.P. Andersen <phomes at gmail.com>
Date:   Thu Dec 16 22:58:58 2021 +0100

meson: drop a comment relating to old meson version

This comment was related to an if/else on meson version that has
already been removed in c1a290bdd57536d6afcff6a02f1512fba7328729

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14240>

---

 meson.build | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meson.build b/meson.build
index 597ea7057f9..0a93ca724ed 100644
--- a/meson.build
+++ b/meson.build
@@ -1709,10 +1709,6 @@ if with_llvm
     # programs, so we need to build all C++ code in mesa without rtti as well to
     # ensure that linking works. Note that MSVC does handle mismatching RTTI
     # without issues, so only apply this for other compilers.
-    #
-    # In meson 0.51.0 we can use cmake to find LLVM in addittion to meson's
-    # builtin llvm-config based finder. A new generic variable getter method
-    # has also been added, so we'll use that if we can, to cover the cmake case.
     if dep_llvm.type_name() == 'internal'
       _llvm_rtti = subproject('llvm').get_variable('has_rtti', true)
     else



More information about the mesa-commit mailing list