2019-08-09 15:01:55 +00:00

69 lines
2.4 KiB
JSON

{
"version": "8.0.1",
"description": "Collection of modular and reusable compiler and toolchain technologies.",
"homepage": "https://www.llvm.org/",
"license": "NCSA",
"architecture": {
"32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-8.0.1/LLVM-8.0.1-win32.exe#/dl.7z",
"hash": "5d992a41f1ff6296659e66eabbcbaec34f5533fe9d1376fc94fba7450383fe69"
},
"64bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-8.0.1/LLVM-8.0.1-win64.exe#/dl.7z",
"hash": "e3af139c2f93075c13dcbc4091c1311f66fc6e4e8705649fcaf9bef8b3368f41"
}
},
"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-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-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-mi.exe",
"bin\\lldb-test.exe",
"bin\\lldb-vscode.exe",
"bin\\lldb.exe",
"bin\\llvm-ar.exe",
"bin\\llvm-lib.exe",
"bin\\llvm-objdump.exe",
"bin\\llvm-ranlib.exe",
"bin\\llvm-rc.exe",
"bin\\modularize.exe",
"bin\\scan-build.bat",
"bin\\wasm-ld.exe"
],
"checkver": "\\/releases\\/download.html#([\\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"
}
}
}
}