Update for LLVM 21 (#2435)

Support LLVM 21
This commit is contained in:
Christoffer Lerno
2025-08-26 17:29:39 +02:00
committed by GitHub
parent 58c59361ea
commit 21343baa75
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ env:
LLVM_RELEASE_VERSION_LINUX: 17
LLVM_RELEASE_VERSION_OPENBSD: 19
LLVM_RELEASE_VERSION_UBUNTU22: 17
LLVM_DEV_VERSION: 21
LLVM_DEV_VERSION: 22
jobs:
build-msvc:
@@ -230,7 +230,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Release, Debug]
llvm_version: [17, 18, 19, 20]
llvm_version: [17, 18, 19, 20, 21]
steps:
- uses: actions/checkout@v4