Skip to content

Commit afb9a5e

Browse files
lazkaeli-schwartz
authored andcommitted
get_llvm_tool_names: add llvm 21
this fixes the "frameworks: 15 llvm" tests with llvm 21.1 (cherry picked from commit 8b3c6c9)
1 parent 8e232bd commit afb9a5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mesonbuild/environment.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ def get_llvm_tool_names(tool: str) -> T.List[str]:
214214
# unless it becomes a stable release.
215215
suffixes = [
216216
'', # base (no suffix)
217+
'-21.1', '21.1',
218+
'-21', '21',
217219
'-20.1', '20.1',
218220
'-20', '20',
219221
'-19.1', '19.1',

0 commit comments

Comments
 (0)