build: Bump clang minimum supported version to 17

This commit is contained in:
MarcoFalke
2025-10-07 10:16:33 +02:00
parent b510893d00
commit faed118fb3
4 changed files with 10 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ Bitcoin Core requires one of the following compilers.
| Dependency | Minimum required |
| --- | --- |
| [Clang](https://clang.llvm.org) | [16.0](https://github.com/bitcoin/bitcoin/pull/30263) |
| [Clang](https://clang.llvm.org) | [17.0](https://github.com/bitcoin/bitcoin/pull/33555) |
| [GCC](https://gcc.gnu.org) | [11.1](https://github.com/bitcoin/bitcoin/pull/29091) |
## Required