-
Notifications
You must be signed in to change notification settings - Fork 4
69 lines (69 loc) · 1.96 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"version": "9.0.0",
"description": "Collection of modular and reusable compiler and toolchain technologies.",
"homepage": "https://www.llvm.org/",
"license": "NCSA",
"architecture": {
"64bit": {
"url": "https://releases.llvm.org/9.0.0/LLVM-9.0.0-win64.exe#/dl.7z",
"hash": "71ed99a6720945d76b6772584735f2ed472f12719dff184a0b1a6a35047b8863"
},
"32bit": {
"url": "https://releases.llvm.org/9.0.0/LLVM-9.0.0-win32.exe#/dl.7z",
"hash": "089e226dc0d3ecb292f344cdbed96c5d9a705564cc578957a955b4ed71c70cae"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\" -Recurse",
"bin": [
"bin\\clang++.exe",
"bin\\clang-apply-replacements.exe",
"bin\\clang-change-namespace.exe",
"bin\\clang-check.exe",
"bin\\clang-cl.exe",
"bin\\clang-cpp.exe",
"bin\\clang-doc.exe",
"bin\\clang-extdef-mapping.exe",
"bin\\clang-format.exe",
"bin\\clang-import-test.exe",
"bin\\clang-include-fixer.exe",
"bin\\clang-offload-bundler.exe",
"bin\\clang-query.exe",
"bin\\clang-refactor.exe",
"bin\\clang-rename.exe",
"bin\\clang-reorder-fields.exe",
"bin\\clang-scan-deps.exe",
"bin\\clang-tidy.exe",
"bin\\clang.exe",
"bin\\clangd.exe",
"bin\\find-all-symbols.exe",
"bin\\git-clang-format",
"bin\\hmaptool",
"bin\\ld.lld.exe",
"bin\\ld64.lld.exe",
"bin\\lld-link.exe",
"bin\\lld.exe",
"bin\\lldb-argdumper.exe",
"bin\\lldb-instr.exe",
"bin\\lldb-mi.exe",
"bin\\lldb-vscode.exe",
"bin\\lldb.exe",
"bin\\llvm-ar.exe",
"bin\\llvm-lib.exe",
"bin\\llvm-nm.exe",
"bin\\llvm-objcopy.exe",
"bin\\llvm-objdump.exe",
"bin\\llvm-ranlib.exe",
"bin\\llvm-rc.exe",
"bin\\llvm-symbolizer.exe",
"bin\\modularize.exe",
"bin\\scan-build.bat",
"bin\\wasm-ld.exe"
],
"checkver": "releases/download.html#([\\d.]+)",
"autoupdate": {
"architecture": {
"64bit": { "url": "https://releases.llvm.org/$version/LLVM-$version-win64.exe#/dl.7z" },
"32bit": { "url": "https://releases.llvm.org/$version/LLVM-$version-win32.exe#/dl.7z" }
}
}
}