Skip to content

Commit

Permalink
environment: Add LLVM 18 support to get_llvm_tool_names()
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux authored and dcbaker committed Feb 24, 2024
1 parent d445052 commit 67afddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mesonbuild/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def get_llvm_tool_names(tool: str) -> T.List[str]:
# unless it becomes a stable release.
suffixes = [
'', # base (no suffix)
'-18', '18',
'-17', '17',
'-16', '16',
'-15', '15',
Expand Down

0 comments on commit 67afddb

Please sign in to comment.