mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 08:59:00 +08:00
4a2bc18713
* [llvm] update to v14.0.0 * [llvm] BOLT sub-project support * [llvm] fix tools install paths * [halide] update to v14.0.0 * update versions * [vcpkg-get-python-packages] fix "LOGNAME should be specified" warning * [mesa] update to v22.0.1 * update versions * update versions * update version * [mesa] update to 22.0.2 * update version * [mesa] update patches * update version * [llvm] update to v14.0.3 * update version * [llvm] remove depricated feature * [llvm] allow to build OpenMP on Windows and remove incomplete cross-compile support * update version * [llvm] use vcpkg_cmake_get_vars * [llvm/openmp] install CMake file in share/openmp * [llvm] add vcpkg-cmake-get-vars dependency and slip post build check if OpenMP is enabled * update version
48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"name": "vcpkg-ci-llvm",
|
|
"version-string": "0",
|
|
"description": "LLVM features testing within CI.",
|
|
"license": null,
|
|
"supports": "!uwp & !(arm & windows)",
|
|
"dependencies": [
|
|
{
|
|
"name": "llvm",
|
|
"default-features": false,
|
|
"features": [
|
|
"bolt",
|
|
"clang",
|
|
"disable-assertions",
|
|
"disable-clang-static-analyzer",
|
|
"enable-abi-breaking-checks",
|
|
"enable-bindings",
|
|
"enable-eh",
|
|
"enable-rtti",
|
|
"enable-terminfo",
|
|
"enable-threads",
|
|
"enable-zlib",
|
|
"lld",
|
|
"lldb",
|
|
"openmp",
|
|
"polly",
|
|
"target-aarch64",
|
|
"target-amdgpu",
|
|
"target-arm",
|
|
"target-webassembly",
|
|
"target-x86",
|
|
"tools"
|
|
]
|
|
},
|
|
{
|
|
"$comment": "Only for osx artifact upload in CI succeeds when these features are enabled",
|
|
"name": "llvm",
|
|
"default-features": false,
|
|
"features": [
|
|
"flang",
|
|
"target-all",
|
|
"utils"
|
|
],
|
|
"platform": "osx"
|
|
}
|
|
]
|
|
}
|