Skip to content

Commit 0543071

Browse files
authored
Merge pull request #23034 from smeenai/clang-headers
[build] Update for clang build system change
2 parents 7faf2ec + deb8b66 commit 0543071

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

utils/build-presets.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ install-xctest
744744
install-libicu
745745
install-prefix=/usr
746746
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
748748
install-libcxx
749749
build-swift-static-stdlib
750750
build-swift-static-sdk-overlay
@@ -1133,7 +1133,7 @@ test-installable-package
11331133
reconfigure
11341134

11351135
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
11371137
install-libcxx
11381138

11391139
# Path to the .tar.gz package we would create.

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2142,7 +2142,7 @@ for host in "${ALL_HOSTS[@]}"; do
21422142
if [ "${SKIP_BUILD_LLVM}" ] ; then
21432143
# We can't skip the build completely because the standalone
21442144
# 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)
21462146
fi
21472147

21482148
if [ "${HOST_LIBTOOL}" ] ; then

0 commit comments

Comments
 (0)