get_llvm_tool_names: add released llvm versions

pull/11644/head
Christoph Reiter 2 years ago committed by Eli Schwartz
parent 71487c876e
commit aa550033c8
  1. 2
      mesonbuild/environment.py

@ -157,6 +157,8 @@ def get_llvm_tool_names(tool: str) -> T.List[str]:
# unless it becomes a stable release.
suffixes = [
'', # base (no suffix)
'-16', '16',
'-15', '15',
'-14', '14',
'-13', '13',
'-12', '12',

Loading…
Cancel
Save