Skip to content

Commit a0a04ef

Browse files
committed
setup versions array
1 parent bbb0766 commit a0a04ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/core/toolchain.py

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def _find_compiler_tool(name, versions):
5858

5959

6060
def _clang_versions(version=None):
61+
versions = []
6162
print('DEBUG_CLANG: _clang_versions {}'.format(version))
6263
all_versions = [v for v in COMPILERS['clang']
6364
['versions'].keys() if v != 'default']

0 commit comments

Comments
 (0)