-
Notifications
You must be signed in to change notification settings - Fork 4
104 lines (104 loc) · 3.33 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"version": "18.1.8",
"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-18.1.8/clang+llvm-18.1.8-x86_64-pc-windows-msvc.tar.xz", // for llvm-config.exe, etc. ; ref: <https://github.com/llvm/llvm-project/issues/53052>
"hash": "sha256:22c5907db053026cc2a8ff96d21c0f642a90d24d66c23c6d28ee7b1d572b82e8",
"extract_dir": "clang+llvm-18.1.8-x86_64-pc-windows-msvc"
// "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.6/LLVM-18.1.6-win64.exe#/dl.7z",
// "hash": "sha256:e4cf89db2f4ce3aa8f661891faa59f4961b1e12df0217c9a88d20de9ca2fe25e"
},
"32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.6/LLVM-18.1.6-win32.exe#/dl.7z",
"hash": "sha256:2796d2f72c7f77ae3ca2abc24ee45ce70286a8b477db40f4bb62e70111a7713f"
},
"arm64": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.6/LLVM-18.1.6-woa64.exe#/dl.7z",
"hash": "sha256:8519417fc57a1bc9ae7292a9bdde56c06b7b9505aa3a19fc75327aa3d91095df"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\" -Recurse",
"bin": [
// "bin\\amdgpu-arch.exe",
"bin\\clang++.exe",
"bin\\clang.exe",
"bin\\clangd.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-include-cleaner.exe",
"bin\\clang-include-fixer.exe",
"bin\\clang-linker-wrapper.exe",
"bin\\clang-move.exe",
"bin\\clang-offload-bundler.exe",
"bin\\clang-offload-packager.exe",
"bin\\clang-pseudo.exe",
"bin\\clang-query.exe",
"bin\\clang-refactor.exe",
"bin\\clang-rename.exe",
"bin\\clang-reorder-fields.exe",
"bin\\clang-repl.exe",
"bin\\clang-scan-deps.exe",
"bin\\clang-tidy.exe",
// "bin\\diagtool.exe",
// "bin\\dsymutil.exe",
// "bin\\find-all-symbols.exe",
"bin\\ld.lld.exe",
"bin\\ld64.lld.exe",
"bin\\llc.exe", //
"bin\\lld.exe",
"bin\\lld-link.exe",
"bin\\lldb.exe",
"bin\\lldb-argdumper.exe",
"bin\\lldb-dap.exe",
"bin\\lldb-instr.exe",
"bin\\lldb-server.exe",
"bin\\llvm-ar.exe",
"bin\\llvm-cov.exe",
"bin\\llvm-cxxfilt.exe",
"bin\\llvm-dlltool.exe",
"bin\\llvm-dwp.exe",
"bin\\llvm-lib.exe",
"bin\\llvm-ml.exe",
"bin\\llvm-mt.exe",
"bin\\llvm-nm.exe",
"bin\\llvm-objcopy.exe",
"bin\\llvm-objdump.exe",
"bin\\llvm-pdbutil.exe",
"bin\\llvm-profdata.exe",
"bin\\llvm-ranlib.exe",
"bin\\llvm-rc.exe",
"bin\\llvm-readobj.exe",
"bin\\llvm-size.exe",
"bin\\llvm-strings.exe",
"bin\\llvm-strip.exe",
"bin\\llvm-symbolizer.exe"
// "bin\\modularize.exe",
// "bin\\nvptx-arch.exe",
// "bin\\pp-trace.exe",
// "bin\\wasm-ld.exe",
// "bin\\scan-build.bat",
],
"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"
},
"32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-win32.exe#/dl.7z"
}
}
}
}