We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb0766 commit a0a04efCopy full SHA for a0a04ef
builder/core/toolchain.py
@@ -58,6 +58,7 @@ def _find_compiler_tool(name, versions):
58
59
60
def _clang_versions(version=None):
61
+ versions = []
62
print('DEBUG_CLANG: _clang_versions {}'.format(version))
63
all_versions = [v for v in COMPILERS['clang']
64
['versions'].keys() if v != 'default']
0 commit comments