Skip to content

Commit 301a41a

Browse files
[WASM] Install missing LLVM components
1 parent 32fbd91 commit 301a41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-presets.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2581,7 +2581,7 @@ skip-build-benchmarks
25812581
llvm-targets-to-build=X86;AArch64;WebAssembly
25822582
install-destdir=%(INSTALL_DESTDIR)s
25832583
swift-install-components=autolink-driver;compiler;clang-builtin-headers;stdlib;sdk-overlay;parser-lib;editor-integration;tools;testsuite-tools;toolchain-tools;license;sourcekit-inproc;swift-remote-mirror;swift-remote-mirror-headers;clang-resource-dir-symlink
2584-
llvm-install-components=clang;clang-resource-headers;compiler-rt;lld;llvm-ar;llvm-ranlib;IndexStore
2584+
llvm-install-components=llvm-cov;llvm-profdata;IndexStore;clang;clang-resource-headers;compiler-rt;clangd;dsymutil;lld;llvm-ar;llvm-ranlib
25852585
install-swift
25862586
install-prefix=/%(TOOLCHAIN_NAME)s/usr
25872587
swift-darwin-supported-archs=x86_64

0 commit comments

Comments
 (0)