File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -744,7 +744,7 @@ install-xctest
744
744
install-libicu
745
745
install-prefix =/usr
746
746
swift-install-components =autolink-driver; compiler;clang-resource-dir-symlink;stdlib;swift-remote-mirror;sdk-overlay;parser-lib;license;sourcekit-inproc
747
- llvm-install-components =llvm-cov; llvm-profdata;IndexStore;clang;clang-headers;compiler-rt;clangd
747
+ llvm-install-components =llvm-cov; llvm-profdata;IndexStore;clang;clang-resource- headers;compiler-rt;clangd
748
748
install-libcxx
749
749
build-swift-static-stdlib
750
750
build-swift-static-sdk-overlay
@@ -1133,7 +1133,7 @@ test-installable-package
1133
1133
reconfigure
1134
1134
1135
1135
swift-install-components =compiler; clang-resource-dir-symlink;stdlib;sdk-overlay;parser-lib;license;sourcekit-xpc-service;swift-remote-mirror;swift-remote-mirror-headers
1136
- llvm-install-components =llvm-cov; llvm-profdata;IndexStore;clang;clang-headers;compiler-rt;clangd
1136
+ llvm-install-components =llvm-cov; llvm-profdata;IndexStore;clang;clang-resource- headers;compiler-rt;clangd
1137
1137
install-libcxx
1138
1138
1139
1139
# Path to the .tar.gz package we would create.
Original file line number Diff line number Diff line change @@ -2142,7 +2142,7 @@ for host in "${ALL_HOSTS[@]}"; do
2142
2142
if [ " ${SKIP_BUILD_LLVM} " ] ; then
2143
2143
# We can't skip the build completely because the standalone
2144
2144
# build of Swift depend on these.
2145
- build_targets=(llvm-tblgen clang-headers intrinsics_gen clang-tablegen-targets)
2145
+ build_targets=(llvm-tblgen clang-resource- headers intrinsics_gen clang-tablegen-targets)
2146
2146
fi
2147
2147
2148
2148
if [ " ${HOST_LIBTOOL} " ] ; then
You can’t perform that action at this time.
0 commit comments