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 @@ -2442,7 +2442,7 @@ skip-build-benchmarks
2442
2442
llvm-targets-to-build =X86; AArch64;WebAssembly
2443
2443
install-destdir =%(INSTALL_DESTDIR)s
2444
2444
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
2445
- llvm-install-components =clang; compiler-rt;lld;llvm-ar;llvm-ranlib
2445
+ llvm-install-components =llvm-cov ; llvm-profdata;IndexStore; clang;clang-resource-headers; compiler-rt;clangd;dsymutil ;lld;llvm-ar;llvm-ranlib
2446
2446
install-swift
2447
2447
install-llvm
2448
2448
install-prefix =/%(TOOLCHAIN_NAME)s/usr
@@ -2457,11 +2457,16 @@ extra-cmake-options=
2457
2457
2458
2458
llbuild
2459
2459
swiftpm
2460
+ indexstore-db
2461
+ sourcekit-lsp
2462
+ libcxx
2460
2463
2461
2464
install-swift
2462
2465
install-llbuild
2463
2466
install-swiftpm
2464
2467
swift-darwin-supported-archs =x86_64
2468
+ install-sourcekit-lsp
2469
+ install-libcxx
2465
2470
2466
2471
[preset: webassembly-linux-host]
2467
2472
You can’t perform that action at this time.
0 commit comments