Skip to content

Commit b24e333

Browse files
committed
[build-script] When building packages install llvm-cov, llvm-profdata for use with swiftpm.
rdar://44567818
1 parent 287e211 commit b24e333

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build-presets.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,7 @@ install-swiftpm
726726
install-xctest
727727
install-prefix=/usr
728728
swift-install-components=autolink-driver;compiler;clang-builtin-headers;stdlib;swift-remote-mirror;sdk-overlay;license;sourcekit-inproc
729+
llvm-install-components=llvm-cov;llvm-profdata
729730
build-swift-static-stdlib
730731
build-swift-static-sdk-overlay
731732
build-swift-stdlib-unittest-extra
@@ -1025,6 +1026,7 @@ test-installable-package
10251026
reconfigure
10261027

10271028
swift-install-components=compiler;clang-builtin-headers;stdlib;swift-syntax;sdk-overlay;license;sourcekit-xpc-service;swift-remote-mirror;swift-remote-mirror-headers
1029+
llvm-install-components=llvm-cov;llvm-profdata
10281030

10291031
# Path to the .tar.gz package we would create.
10301032
installable-package=%(installable_package)s

0 commit comments

Comments
 (0)