-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathllvm.json
28 lines (28 loc) · 977 Bytes
/
llvm.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"version": "14.0.5",
"description": "Collection of modular and reusable compiler and toolchain technologies.",
"homepage": "https://www.llvm.org",
"license": "NCSA",
"architecture": {
"64bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.5/LLVM-14.0.5-win64.exe#/dl.7z",
"hash": "7B3F8F9255EB36422FADEFC2828E33B55F7CDA0270860DEFE196CB24FD06ABFE"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\" -Recurse",
"env_add_path": "bin",
"env_set": {
"LIBCLANG_PATH": "$dir\\lib"
},
"checkver": {
"github": "https://github.com/llvm/llvm-project",
"regex": "tag/llvmorg-([\\d._]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-win64.exe#/dl.7z"
}
}
}
}