Skip to content

Commit

Permalink
get_llvm_tool_names: add llvm 17
Browse files Browse the repository at this point in the history
this fixes the "frameworks: 15 llvm" tests with llvm 17
  • Loading branch information
lazka authored and dcbaker committed Sep 23, 2023
1 parent 586bd11 commit d0b0989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mesonbuild/environment.py
Expand Up @@ -157,6 +157,7 @@ def get_llvm_tool_names(tool: str) -> T.List[str]:
# unless it becomes a stable release.
suffixes = [
'', # base (no suffix)
'-17', '17',
'-16', '16',
'-15', '15',
'-14', '14',
Expand Down

0 comments on commit d0b0989

Please sign in to comment.