We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0933729 + 5494412 commit f7e1199Copy full SHA for f7e1199
lldb/scripts/Xcode/build-llvm.py
@@ -58,6 +58,7 @@ def dirs_exist(names):
58
return True
59
60
def XCODE_REPOSITORIES():
61
+ return []
62
names = ["llvm", "clang", "swift", "cmark", "ninja"]
63
if dirs_exist(names):
64
return [fallback_repo(n) for n in names]
0 commit comments