Skip to content

Commit 5ec7cb7

Browse files
committed
[build-script] llvm-dsymutil's component is dsymutil.
1 parent 4024e5a commit 5ec7cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build_swift/build_swift/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def llvm_install_components():
121121
components = ['llvm-cov', 'llvm-profdata', 'IndexStore', 'clang',
122122
'clang-resource-headers', 'compiler-rt', 'clangd']
123123
if os.sys.platform == 'darwin':
124-
components.extend(['llvm-dsymutil'])
124+
components.extend(['dsymutil'])
125125
else:
126126
components.extend(['lld'])
127127
return ';'.join(components)

0 commit comments

Comments
 (0)