Skip to content

Commit 5494412

Browse files
committed
Stop xcode build scripts' attempt to check out other sources.
The trees are already all checked out; it doesn't need to worry about this.
1 parent 0933729 commit 5494412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/scripts/Xcode/build-llvm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def dirs_exist(names):
5858
return True
5959

6060
def XCODE_REPOSITORIES():
61+
return []
6162
names = ["llvm", "clang", "swift", "cmark", "ninja"]
6263
if dirs_exist(names):
6364
return [fallback_repo(n) for n in names]

0 commit comments

Comments
 (0)