@@ -480,9 +480,9 @@ def main(args=sys.argv[1:]):
480480 build_parser .add_argument (
481481 "--test" ,
482482 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 "
484484 "run this command." .format (os .path .join (
485- os .path .dirname (SOURCE_DIR ), 'llvm' )),
485+ os .path .dirname (SOURCE_DIR ), 'llvm-project ' )),
486486 action = "store_true" )
487487
488488 test_parser = subparsers .add_parser (
@@ -502,7 +502,7 @@ def main(args=sys.argv[1:]):
502502 help = "Path to the 'lit' tester tool used to run the test suite. "
503503 "'%(default)s' by default." ,
504504 default = os .path .join (os .path .dirname (SOURCE_DIR ),
505- "llvm" , "utils" , "lit" , "lit.py" ))
505+ "llvm-project" , "llvm " , "utils" , "lit" , "lit.py" ))
506506 test_parser .add_argument (
507507 "--foundation-build-dir" ,
508508 help = "Path to swift-corelibs-foundation build products, which the "
0 commit comments