Skip to content

Commit 9c21e10

Browse files
committed
[embedded] Add lld to llvm_install_components too
1 parent 6798948 commit 9c21e10

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

utils/build_swift/build_swift/defaults.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,10 @@ def llvm_install_components():
119119
platforms.
120120
"""
121121
components = ['llvm-ar', 'llvm-cov', 'llvm-profdata', 'IndexStore', 'clang',
122-
'clang-resource-headers', 'compiler-rt', 'clangd', 'LTO']
122+
'clang-resource-headers', 'compiler-rt', 'clangd', 'LTO',
123+
'lld']
123124
if os.sys.platform == 'darwin':
124125
components.extend(['dsymutil'])
125-
else:
126-
components.extend(['lld'])
127126
return ';'.join(components)
128127

129128

0 commit comments

Comments
 (0)