File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -573,24 +573,28 @@ darwin-toolchain-version=%(darwin_toolchain_version)s
573573# ===------------------------------------------------------------------------===#
574574# LLDB build configurations
575575#
576- # Use to build the compiler embedded in LLDB.
577- # This is only used from Xcode, and expects a swift_install_destdir argument.
576+ # Use to build the compiler sources nested in LLDB.
577+ #
578+ # This is only used from Xcode, and expects the following configuration:
579+ # # an argument, swift_install_destdir=[path for Swift installed products]
580+ # # an environment variable, SWIFT_SOURCE_ROOT=[parent of swift/]
581+ # # an environment variable, SWIFT_BUILD_ROOT=[parent of Swift build directory]
578582# ===------------------------------------------------------------------------===#
579583
580- [preset: LLDB_Embedded ]
584+ [preset: LLDB_Nested ]
581585dash-dash
582586build-swift-perf-testsuite =0
583587install-destdir =%(swift_install_destdir)s
584588
585589[preset: LLDB_Swift_DebugAssert]
586590mixin-preset =
587- LLDB_Embedded
591+ LLDB_Nested
588592
589593assertions
590594
591595[preset: LLDB_Swift_ReleaseAssert]
592596mixin-preset =
593- LLDB_Embedded
597+ LLDB_Nested
594598
595599release-debuginfo
596600assertions
You can’t perform that action at this time.
0 commit comments