2021-12-21 00:21:15 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-ci-llvm",
|
|
|
|
"version-string": "0",
|
|
|
|
"description": "LLVM features testing within CI.",
|
2022-04-08 02:55:26 +08:00
|
|
|
"license": null,
|
2021-12-21 00:21:15 +08:00
|
|
|
"supports": "!uwp & !(arm & windows)",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "llvm",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"clang",
|
2023-10-13 01:46:42 +08:00
|
|
|
"compiler-rt",
|
2023-07-07 03:34:39 +08:00
|
|
|
"default-targets",
|
2022-04-08 02:55:26 +08:00
|
|
|
"enable-abi-breaking-checks",
|
2021-12-21 00:21:15 +08:00
|
|
|
"enable-bindings",
|
|
|
|
"enable-eh",
|
|
|
|
"enable-rtti",
|
|
|
|
"enable-terminfo",
|
|
|
|
"enable-zlib",
|
|
|
|
"lld",
|
|
|
|
"lldb",
|
2022-04-08 02:55:26 +08:00
|
|
|
"tools"
|
2021-12-21 00:21:15 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2023-07-07 03:34:39 +08:00
|
|
|
"$comment": "Platform restriction due to CI artifact upload quirks; features which need utils",
|
2021-12-21 00:21:15 +08:00
|
|
|
"name": "llvm",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
2023-07-07 03:34:39 +08:00
|
|
|
"bolt",
|
|
|
|
"openmp",
|
|
|
|
"polly",
|
2022-04-08 02:55:26 +08:00
|
|
|
"utils"
|
2021-12-21 00:21:15 +08:00
|
|
|
],
|
2023-07-07 03:34:39 +08:00
|
|
|
"platform": "!static"
|
|
|
|
},
|
|
|
|
{
|
2023-10-13 01:46:42 +08:00
|
|
|
"$comment": "Platform restriction due to CI artifact upload quirks; libc",
|
2023-07-07 03:34:39 +08:00
|
|
|
"name": "llvm",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
2023-10-13 01:46:42 +08:00
|
|
|
"libc"
|
2023-07-07 03:34:39 +08:00
|
|
|
],
|
|
|
|
"platform": "linux"
|
2021-12-21 00:21:15 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|