blob: 31d50bd2db82a33c54922d2042793162e1b0b087 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = clangd-aosopt
pkgdesc = Standalone clangd binary, with a rough patch that fixes performance issue with large array of structure
pkgver = 19.1.7
pkgrel = 1
url = https://clangd.llvm.org/
arch = x86_64
license = Apache-2.0 WITH LLVM-exception
makedepends = cmake
makedepends = ninja
depends = ncurses
depends = zstd
source = https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/llvm-project-19.1.7.src.tar.xz
source = array-of-structure-optimization.patch
sha256sums = 82401fea7b79d0078043f7598b835284d6650a75b93e64b6f761ea7b63097501
sha256sums = 75ff0b4f4df0cee76903ef4a43ac3ec6c9e5eb173d4fd738ab9f923d787c60b5
pkgname = clangd-aosopt
|