Skip to content

Commit bdf8cf7

Browse files
committed
[LLVM Project] Symlink clang, llvm, compiler-rt, clang-tools-extra, and libcxx
1 parent 1f88ab6 commit bdf8cf7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

utils/update_checkout/update_checkout/update_checkout.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -497,10 +497,6 @@ def main():
497497
help="The root directory to checkout repositories",
498498
default=SWIFT_SOURCE_ROOT,
499499
dest='source_root')
500-
parser.add_argument(
501-
'--symlink-llvm-monorepo',
502-
help='Create symlink from LLVM-Project to source root directory',
503-
action='store_true')
504500
args = parser.parse_args()
505501

506502
if not args.scheme:
@@ -572,8 +568,7 @@ def main():
572568
if fail_count > 0:
573569
print("update-checkout failed, fix errors and try again")
574570
else:
575-
if args.symlink_llvm_monorepo:
576-
symlink_llvm_monorepo(args)
571+
symlink_llvm_monorepo(args)
577572
print("update-checkout succeeded")
578573
print_repo_hashes(args, config)
579574
sys.exit(fail_count)

0 commit comments

Comments
 (0)