Skip to content

Commit eee2753

Browse files
Yasumotoaciidgh
authored andcommitted
[bootstrap] More helpful message to clone llbuild
1 parent 8d6d71f commit eee2753

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utilities/bootstrap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,7 @@ def get_llbuild_source_path():
751751
llbuild_path = os.path.join(g_project_root, "..", "llbuild")
752752
if os.path.exists(llbuild_path):
753753
return llbuild_path
754+
note("clone llbuild next to swiftpm directory; see development docs: https://github.com/apple/swift-package-manager/blob/master/Documentation/Development.md#using-trunk-snapshot")
754755
error("unable to find llbuild source directory at %s" % llbuild_path)
755756

756757
def get_swiftc_path():

0 commit comments

Comments
 (0)