Skip to content

Install sourcekit-lsp #1845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion utils/build-presets.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2581,7 +2581,7 @@ skip-build-benchmarks
llvm-targets-to-build=X86;AArch64;WebAssembly
install-destdir=%(INSTALL_DESTDIR)s
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
llvm-install-components=clang;compiler-rt;lld;llvm-ar;llvm-ranlib
llvm-install-components=llvm-cov;llvm-profdata;IndexStore;clang;clang-resource-headers;compiler-rt;clangd;dsymutil;lld;llvm-ar;llvm-ranlib
install-swift
install-prefix=/%(TOOLCHAIN_NAME)s/usr
swift-darwin-supported-archs=x86_64
Expand All @@ -2596,11 +2596,16 @@ extra-cmake-options=

llbuild
swiftpm
indexstore-db
sourcekit-lsp
libcxx

install-llvm
install-swift
install-llbuild
install-swiftpm
install-sourcekit-lsp
install-libcxx

[preset: webassembly-linux-host]

Expand Down