Update LLVM to version 14 (#5863)

This commit is contained in:
Aleksandr Chebotov
2022-07-06 01:00:28 +02:00
committed by GitHub
parent 24b25c7891
commit 0dd1c396a1
3 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
Describe "Clang/LLVM" { Describe "Clang/LLVM" {
It "Clang/LLVM installed and version is correct" { BeforeAll {
$toolsetVersion = (Get-ToolsetContent).llvm.version $toolsetVersion = (Get-ToolsetContent).llvm.version
}
It "Clang/LLVM <toolsetVersion> installed and version is correct" {
$clangVersion = clang --version $clangVersion = clang --version
$clangVersion[0] | Should -BeLike "*${toolsetVersion}*" $clangVersion[0] | Should -BeLike "*${toolsetVersion}*"
} }

View File

@@ -478,7 +478,7 @@
"version": "8.1" "version": "8.1"
}, },
"llvm": { "llvm": {
"version": "13" "version": "14"
}, },
"postgresql": { "postgresql": {
"version": "14" "version": "14"

View File

@@ -359,7 +359,7 @@
"version": "3.08" "version": "3.08"
}, },
"llvm": { "llvm": {
"version": "13" "version": "14"
}, },
"php": { "php": {
"version": "8.1" "version": "8.1"