File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2581,7 +2581,7 @@ skip-build-benchmarks
2581
2581
llvm-targets-to-build =X86; AArch64;WebAssembly
2582
2582
install-destdir =%(INSTALL_DESTDIR)s
2583
2583
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; compiler-rt;lld;llvm-ar;llvm-ranlib
2584
+ llvm-install-components =llvm-cov ; llvm-profdata;IndexStore; clang;clang-resource-headers; compiler-rt;clangd;dsymutil ;lld;llvm-ar;llvm-ranlib
2585
2585
install-swift
2586
2586
install-prefix =/%(TOOLCHAIN_NAME)s/usr
2587
2587
swift-darwin-supported-archs =x86_64
@@ -2596,11 +2596,16 @@ extra-cmake-options=
2596
2596
2597
2597
llbuild
2598
2598
swiftpm
2599
+ indexstore-db
2600
+ sourcekit-lsp
2601
+ libcxx
2599
2602
2600
2603
install-llvm
2601
2604
install-swift
2602
2605
install-llbuild
2603
2606
install-swiftpm
2607
+ install-sourcekit-lsp
2608
+ install-libcxx
2604
2609
2605
2610
[preset: webassembly-linux-host]
2606
2611
You can’t perform that action at this time.
0 commit comments