2020-10-16 09:09:00 +08:00

83 lines
2.8 KiB
JSON

{
"version": "11.0.0",
"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-11.0.0/LLVM-11.0.0-win64.exe#/dl.7z",
"hash": "a773ee3519ecc8d68d91f0ec72ee939cbed8ded483ba8e10899dc19bccba1e22"
},
"32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/LLVM-11.0.0-win32.exe#/dl.7z",
"hash": "4584e589e0633e2f0749d6e38db1ce29e875cc2ce5a8f608c8c5d708d64cfa8a"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\" -Recurse",
"bin": [
"bin\\clang.exe",
"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\\clangd.exe",
"bin\\clang-doc.exe",
"bin\\clang-extdef-mapping.exe",
"bin\\clang-format.exe",
"bin\\clang-include-fixer.exe",
"bin\\clang-move.exe",
"bin\\clang-offload-bundler.exe",
"bin\\clang-offload-wrapper.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\\find-all-symbols.exe",
"bin\\ld.lld.exe",
"bin\\ld64.lld.exe",
"bin\\lld.exe",
"bin\\lldb.exe",
"bin\\lldb-argdumper.exe",
"bin\\lldb-instr.exe",
"bin\\lldb-server.exe",
"bin\\lldb-vscode.exe",
"bin\\lld-link.exe",
"bin\\llvm-ar.exe",
"bin\\llvm-cov.exe",
"bin\\llvm-cxxfilt.exe",
"bin\\llvm-lib.exe",
"bin\\llvm-nm.exe",
"bin\\llvm-objcopy.exe",
"bin\\llvm-objdump.exe",
"bin\\llvm-profdata.exe",
"bin\\llvm-ranlib.exe",
"bin\\llvm-rc.exe",
"bin\\llvm-size.exe",
"bin\\llvm-strings.exe",
"bin\\llvm-strip.exe",
"bin\\llvm-symbolizer.exe",
"bin\\modularize.exe",
"bin\\pp-trace.exe",
"bin\\scan-build.bat",
"bin\\wasm-ld.exe"
],
"checkver": {
"url": "https://llvm.org/",
"regex": "([\\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"
}
}
}
}