mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 01:39:22 +08:00
49 lines
1.0 KiB
JSON
49 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": [
|
|
"clang",
|
|
"compiler-rt",
|
|
"default-targets",
|
|
"enable-abi-breaking-checks",
|
|
"enable-bindings",
|
|
"enable-eh",
|
|
"enable-rtti",
|
|
"enable-terminfo",
|
|
"enable-zlib",
|
|
"lld",
|
|
"lldb",
|
|
"tools"
|
|
]
|
|
},
|
|
{
|
|
"$comment": "Platform restriction due to CI artifact upload quirks; features which need utils",
|
|
"name": "llvm",
|
|
"default-features": false,
|
|
"features": [
|
|
"bolt",
|
|
"openmp",
|
|
"polly",
|
|
"utils"
|
|
],
|
|
"platform": "!static"
|
|
},
|
|
{
|
|
"$comment": "Platform restriction due to CI artifact upload quirks; libc",
|
|
"name": "llvm",
|
|
"default-features": false,
|
|
"features": [
|
|
"libc"
|
|
],
|
|
"platform": "linux"
|
|
}
|
|
]
|
|
}
|