[libcxx-commits] [libcxx] [llvm] [libc++][CI] Upgrade compiler HEAD version to Clang-20 (PR #108761)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Sep 15 22:10:21 PDT 2024
================
@@ -38,11 +38,11 @@ env:
# LLVM POST-BRANCH bump version
# LLVM POST-BRANCH add compiler test for ToT - 1, e.g. "Clang 17"
# LLVM RELEASE bump remove compiler ToT - 3, e.g. "Clang 15"
- LLVM_HEAD_VERSION: "19" # Used compiler, update POST-BRANCH.
- LLVM_PREVIOUS_VERSION: "18"
- LLVM_OLDEST_VERSION: "17"
+ LLVM_HEAD_VERSION: "20" # Used compiler, update POST-BRANCH.
+ LLVM_PREVIOUS_VERSION: "19"
+ LLVM_OLDEST_VERSION: "18"
GCC_STABLE_VERSION: "13"
----------------
Zingam wrote:
```suggestion
GCC_STABLE_VERSION: "14"
```
Just an off-topic question: Shouldn't this value be 14?
https://github.com/llvm/llvm-project/pull/108761
More information about the libcxx-commits
mailing list