Brian de24f7c385
llvm: Add env_set.LIBCLANG_PATH & env_set.LLVM_LIB_DIR (#5170)
* llvm: Add `env_set.LIBCLANG_PATH`

* llvm: Add `env_set.LLVM_LIB_DIR`
2023-10-14 15:56:09 +05:30

44 lines
1.8 KiB
JSON

{
"version": "17.0.2",
"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-17.0.2/LLVM-17.0.2-win64.exe#/dl.7z",
"hash": "a0ba36b352b94987d940689dcec63a89e04e782aa7cd032a97f77d768216dc52"
},
"32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/LLVM-17.0.2-win32.exe#/dl.7z",
"hash": "db449ff86a404825c570a70bb1275f51152656265f49970b9dbe946fd70cb9a9"
},
"arm64": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/LLVM-17.0.2-woa64.exe#/dl.7z",
"hash": "1343dafbcd02d19b438f8f5330ab75cd42f0aaac474bfdbb01bd48650e420c2f"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",
"env_add_path": "bin",
"env_set": {
"LIBCLANG_PATH": "$dir\\bin",
"LLVM_LIB_DIR": "$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"
},
"32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-win32.exe#/dl.7z"
},
"arm64": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-woa64.exe#/dl.7z"
}
}
}
}