[llvm] update to v20.1.8 #46825
Draft
[llvm] update to v20.1.8 #46825
Annotations
2 errors
Generate Reply
After committing all other changes, the version database must be updated.
This can be done by running the following commands after committing your changes:
git add -u && git commit
git checkout b9ec121b899a37d2e78084fc084cd083aeaab55b -- versions
./vcpkg x-add-version --all
|
Generate Reply
All vcpkg.json files and baselines must be formatted. To fix this problem, run:
./vcpkg format-manifest ports/*/vcpkg.json
./vcpkg format-feature-baseline scripts/ci.baseline.txt
./vcpkg format-feature-baseline scripts/ci.feature.baseline.txt
It should make the following changes:```diff
diff --git a/ports/llvm/vcpkg.json b/ports/llvm/vcpkg.json
index 6e8f593..693a9c3 100644
--- a/ports/llvm/vcpkg.json
+++ b/ports/llvm/vcpkg.json
@@ -57,8 +57,8 @@
}
]
},
- "clang-tools-extra": {
- "description": "Include Clang tools.",
+ "clang-enable-arcmt": {
+ "description": "Build ARCMT.",
"dependencies": [
{
"name": "llvm",
@@ -82,8 +82,8 @@
}
]
},
- "clang-enable-arcmt": {
- "description": "Build ARCMT.",
+ "clang-enable-static-analyzer": {
+ "description": "Include static analyzer in Clang binary.",
"dependencies": [
{
"name": "llvm",
@@ -94,8 +94,8 @@
}
]
},
- "clang-enable-static-analyzer": {
- "description": "Include static analyzer in Clang binary.",
+ "clang-tools-extra": {
+ "description": "Include Clang tools.",
"dependencies": [
{
"name": "llvm",
```
|
Loading