Skip to content

Commit 513be64

Browse files
committed
[DNM] Cross-Repo PR
1 parent 72caba2 commit 513be64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img src="https://swift.org/assets/images/swift.svg" alt="Swift logo" height="70" >
22

3-
# Swift Programming Language
3+
# Swift Programming Language (Cross-repo CI edition)
44

55

66
| | **Architecture** | **Build** |

utils/build_swift/build_swift/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def llvm_install_components():
119119
platforms.
120120
"""
121121
components = ['llvm-cov', 'llvm-profdata', 'IndexStore', 'clang',
122-
'clang-resource-headers', 'compiler-rt', 'clangd']
122+
'clang-resource-headers', 'compiler-rt']
123123
if os.sys.platform == 'darwin':
124124
components.extend(['dsymutil'])
125125
else:

0 commit comments

Comments
 (0)