Skip to content

Commit b96eb1d

Browse files
authored
Merge pull request #33905 from apple/dl/build-script-Cleanup-source-directory-layout-help
2 parents eccf9b3 + 0c79763 commit b96eb1d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

utils/build_swift/build_swift/driver_arguments.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,16 +1190,13 @@ def create_argument_parser():
11901190
11911191
'build-script' expects the sources to be laid out in the following way:
11921192
1193-
$SWIFT_SOURCE_ROOT/llvm
1194-
/clang
1193+
$SWIFT_SOURCE_ROOT/llvm-project
11951194
/swift
1196-
/lldb (optional)
11971195
/llbuild (optional)
11981196
/swiftpm (optional, requires llbuild)
11991197
/swift-syntax (optional, requires swiftpm)
12001198
/swift-stress-tester (optional,
12011199
requires swift-syntax)
1202-
/compiler-rt (optional)
12031200
/swift-corelibs-xctest (optional)
12041201
/swift-corelibs-foundation (optional)
12051202
/swift-corelibs-libdispatch (optional)

0 commit comments

Comments
 (0)