Skip to content

Commit 8b3c6c9

Browse files
lazkaeli-schwartz
authored andcommitted
get_llvm_tool_names: add llvm 21
this fixes the "frameworks: 15 llvm" tests with llvm 21.1
1 parent 5f3d12a commit 8b3c6c9

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
@@ -215,6 +215,8 @@ def get_llvm_tool_names(tool: str) -> T.List[str]:
215215
# unless it becomes a stable release.
216216
suffixes = [
217217
'', # base (no suffix)
218+
'-21.1', '21.1',
219+
'-21', '21',
218220
'-20.1', '20.1',
219221
'-20', '20',
220222
'-19.1', '19.1',

0 commit comments

Comments
 (0)