aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2023-04-01 21:38:44 +0200
committerEli Schwartz <eschwartz93@gmail.com>2023-04-03 15:32:38 -0400
commitaa550033c8e4752b50220adf8c04c014c3b23581 (patch)
treea638d84220f3f80da331264fc4bc3aafe035b14c
parent71487c876e6f0046cbb09fce23b09d8a38a8224f (diff)
downloadmeson-aa550033c8e4752b50220adf8c04c014c3b23581.zip
meson-aa550033c8e4752b50220adf8c04c014c3b23581.tar.gz
meson-aa550033c8e4752b50220adf8c04c014c3b23581.tar.bz2
get_llvm_tool_names: add released llvm versions
-rw-r--r--mesonbuild/environment.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py
index ae38ff4..02a3337 100644
--- a/mesonbuild/environment.py
+++ b/mesonbuild/environment.py
@@ -157,6 +157,8 @@ def get_llvm_tool_names(tool: str) -> T.List[str]:
# unless it becomes a stable release.
suffixes = [
'', # base (no suffix)
+ '-16', '16',
+ '-15', '15',
'-14', '14',
'-13', '13',
'-12', '12',