2024-03-12 12:23:03 +01:00
|
|
|
Similar to commit 67afddbf431140c1ee064bf79a2fa5a95575488e with title
|
|
|
|
"environment: Add LLVM 18 support to get_llvm_tool_names()", but with
|
|
|
|
minor version following the upstream versioning change.
|
|
|
|
|
2024-03-13 09:06:20 +01:00
|
|
|
Index: meson-1.4.0rc2/mesonbuild/environment.py
|
|
|
|
===================================================================
|
|
|
|
--- meson-1.4.0rc2.orig/mesonbuild/environment.py
|
|
|
|
+++ meson-1.4.0rc2/mesonbuild/environment.py
|
|
|
|
@@ -188,6 +188,7 @@ def get_llvm_tool_names(tool: str) -> T.
|
2024-03-12 12:23:03 +01:00
|
|
|
# unless it becomes a stable release.
|
|
|
|
suffixes = [
|
|
|
|
'', # base (no suffix)
|
|
|
|
+ '-18.1', '181',
|
2024-03-13 09:06:20 +01:00
|
|
|
'-18', '18',
|
2024-03-12 12:23:03 +01:00
|
|
|
'-17', '17',
|
|
|
|
'-16', '16',
|