Skip to content

Commit f7e1199

Browse files
authored
Merge pull request #78 from jasonmolenda/dont-check-out-other-sources2
Stop xcode build scripts' attempt to check out other sources.
2 parents 0933729 + 5494412 commit f7e1199

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/scripts/Xcode/build-llvm.py

+1
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)