We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de436d3 commit ffb7116Copy full SHA for ffb7116
tools/build/build-llvm-tools
@@ -119,11 +119,10 @@ def main():
119
120
if len(missing_tools) == 0:
121
print('All required tools are available')
122
- return
123
-
124
- print('Missing tools:')
125
- for tool in missing_tools:
126
- print(f' * {tool}')
+ else:
+ print('Missing tools:')
+ for tool in missing_tools:
+ print(f' * {tool}')
127
128
repo_root = pathlib.Path(REPO_ROOT)
129
build_dir = repo_root / '..' / 'build' / 'llvm-tools'
0 commit comments