@@ -480,9 +480,9 @@ def main(args=sys.argv[1:]):
480
480
build_parser .add_argument (
481
481
"--test" ,
482
482
help = "Whether to run tests after building. Note that you must have "
483
- "cloned https://github.com/apple/swift- llvm at {} in order to "
483
+ "cloned https://github.com/apple/llvm-project at {} in order to "
484
484
"run this command." .format (os .path .join (
485
- os .path .dirname (SOURCE_DIR ), 'llvm' )),
485
+ os .path .dirname (SOURCE_DIR ), 'llvm-project ' )),
486
486
action = "store_true" )
487
487
488
488
test_parser = subparsers .add_parser (
@@ -502,7 +502,7 @@ def main(args=sys.argv[1:]):
502
502
help = "Path to the 'lit' tester tool used to run the test suite. "
503
503
"'%(default)s' by default." ,
504
504
default = os .path .join (os .path .dirname (SOURCE_DIR ),
505
- "llvm" , "utils" , "lit" , "lit.py" ))
505
+ "llvm-project" , "llvm " , "utils" , "lit" , "lit.py" ))
506
506
test_parser .add_argument (
507
507
"--foundation-build-dir" ,
508
508
help = "Path to swift-corelibs-foundation build products, which the "
0 commit comments