diff --git a/lldb/scripts/Xcode/build-llvm.py b/lldb/scripts/Xcode/build-llvm.py index b2d2f83c9b36e..d3d55d746ae5a 100755 --- a/lldb/scripts/Xcode/build-llvm.py +++ b/lldb/scripts/Xcode/build-llvm.py @@ -58,6 +58,7 @@ def dirs_exist(names): return True def XCODE_REPOSITORIES(): + return [] names = ["llvm", "clang", "swift", "cmark", "ninja"] if dirs_exist(names): return [fallback_repo(n) for n in names]