File tree 1 file changed +9
-5
lines changed
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
573
573
# ===------------------------------------------------------------------------===#
574
574
# LLDB build configurations
575
575
#
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]
578
582
# ===------------------------------------------------------------------------===#
579
583
580
- [preset: LLDB_Embedded ]
584
+ [preset: LLDB_Nested ]
581
585
dash-dash
582
586
build-swift-perf-testsuite =0
583
587
install-destdir =%(swift_install_destdir)s
584
588
585
589
[preset: LLDB_Swift_DebugAssert]
586
590
mixin-preset =
587
- LLDB_Embedded
591
+ LLDB_Nested
588
592
589
593
assertions
590
594
591
595
[preset: LLDB_Swift_ReleaseAssert]
592
596
mixin-preset =
593
- LLDB_Embedded
597
+ LLDB_Nested
594
598
595
599
release-debuginfo
596
600
assertions
You can’t perform that action at this time.
0 commit comments