Skip to content

Commit 466dbf2

Browse files
committed
print version
1 parent cad239f commit 466dbf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builder/core/toolchain.py

+2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ def _find_compiler_tool(name, versions):
4545
print("DEBUG_CLANG: find compiler path return1")
4646
return path, version
4747
for version in versions:
48+
print("DEBUG_CLANG VERSION {}".format(version))
4849
for pattern in ('{name}-{version}', '{name}-{version}.0'):
4950
exe = pattern.format(name=name, version=version)
51+
print("version: {}".format(exe))
5052
path = util.where(exe, resolve_symlinks=False)
5153
if path:
5254
print("DEBUG_CLANG: find compiler path return2")

0 commit comments

Comments
 (0)