Skip to content

Commit a84c35c

Browse files
committed
fix clang version
1 parent 9a9b279 commit a84c35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/core/toolchain.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def find_gcc_tool(name, version=None):
197197
def find_llvm_tool(name, version=None):
198198
""" Finds clang, clang-tidy, lld, etc at a specific version, or the
199199
latest one available """
200-
versions = _clang_versions()
200+
versions = _clang_versions(version)
201201
return _find_compiler_tool(name, versions)
202202

203203
@staticmethod

0 commit comments

Comments
 (0)