diff options
| author | Christoph Reiter <reiter.christoph@gmail.com> | 2025-09-21 09:28:16 +0200 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2025-09-21 11:00:35 -0400 |
| commit | 8b3c6c9fb4b27c1a5635d2b498275ed2eb326a8f (patch) | |
| tree | 8ea22b02b23f32f11a67859ff1ebfe15dd09cd6b /mesonbuild/environment.py | |
| parent | 5f3d12abc814b9ea99e56ea31b79a4cb3e8411fc (diff) | |
| download | meson-8b3c6c9fb4b27c1a5635d2b498275ed2eb326a8f.tar.gz | |
get_llvm_tool_names: add llvm 21
this fixes the "frameworks: 15 llvm" tests with llvm 21.1
Diffstat (limited to 'mesonbuild/environment.py')
| -rw-r--r-- | mesonbuild/environment.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py index 489ef5077..80353982e 100644 --- a/mesonbuild/environment.py +++ b/mesonbuild/environment.py @@ -215,6 +215,8 @@ def get_llvm_tool_names(tool: str) -> T.List[str]: # unless it becomes a stable release. suffixes = [ '', # base (no suffix) + '-21.1', '21.1', + '-21', '21', '-20.1', '20.1', '-20', '20', '-19.1', '19.1', |
