File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 56
56
# * stdlib -- the Swift standard library.
57
57
# * stdlib-experimental -- the Swift standard library module for experimental
58
58
# APIs.
59
- # * swift-syntax -- the Swift module for the libSyntax Swift API
60
59
# * sdk-overlay -- the Swift SDK overlay.
61
60
# * editor-integration -- scripts for Swift integration in IDEs other than
62
61
# Xcode;
66
65
# * toolchain-dev-tools -- install development tools useful in a shared toolchain
67
66
# * dev -- headers and libraries required to use Swift compiler as a library.
68
67
set (_SWIFT_DEFINED_COMPONENTS
69
- "autolink-driver;compiler;clang-builtin-headers;clang-resource-dir-symlink;clang-builtin-headers-in-clang-resource-dir;stdlib;stdlib-experimental;swift-syntax; sdk-overlay;editor-integration;tools;testsuite-tools;toolchain-dev-tools;dev;license;sourcekit-xpc-service;sourcekit-inproc;swift-remote-mirror;swift-remote-mirror-headers" )
68
+ "autolink-driver;compiler;clang-builtin-headers;clang-resource-dir-symlink;clang-builtin-headers-in-clang-resource-dir;stdlib;stdlib-experimental;sdk-overlay;editor-integration;tools;testsuite-tools;toolchain-dev-tools;dev;license;sourcekit-xpc-service;sourcekit-inproc;swift-remote-mirror;swift-remote-mirror-headers" )
70
69
71
70
macro (swift_configure_components )
72
71
# Set the SWIFT_INSTALL_COMPONENTS variable to the default value if it is not passed in via -D
Original file line number Diff line number Diff line change @@ -1070,7 +1070,7 @@ test-installable-package
1070
1070
# If someone uses this for incremental builds, force reconfiguration.
1071
1071
reconfigure
1072
1072
1073
- swift-install-components =compiler; clang-builtin-headers;stdlib;swift-syntax; sdk-overlay;license;sourcekit-xpc-service;swift-remote-mirror;swift-remote-mirror-headers
1073
+ swift-install-components =compiler; clang-builtin-headers;stdlib;sdk-overlay;license;sourcekit-xpc-service;swift-remote-mirror;swift-remote-mirror-headers
1074
1074
llvm-install-components =llvm-cov; llvm-profdata;IndexStore
1075
1075
1076
1076
# Path to the .tar.gz package we would create.
You can’t perform that action at this time.
0 commit comments