File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
utils/update_checkout/update_checkout Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -497,10 +497,6 @@ def main():
497
497
help = "The root directory to checkout repositories" ,
498
498
default = SWIFT_SOURCE_ROOT ,
499
499
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' )
504
500
args = parser .parse_args ()
505
501
506
502
if not args .scheme :
@@ -572,8 +568,7 @@ def main():
572
568
if fail_count > 0 :
573
569
print ("update-checkout failed, fix errors and try again" )
574
570
else :
575
- if args .symlink_llvm_monorepo :
576
- symlink_llvm_monorepo (args )
571
+ symlink_llvm_monorepo (args )
577
572
print ("update-checkout succeeded" )
578
573
print_repo_hashes (args , config )
579
574
sys .exit (fail_count )
You can’t perform that action at this time.
0 commit comments