From cbf0a1e7881518cecfdd8c4516085bb3fab9336f Mon Sep 17 00:00:00 2001 From: Kittywhiskers Van Gogh <63189531+kwvg@users.noreply.github.com> Date: Mon, 10 Jun 2024 18:21:21 +0200 Subject: [PATCH] partial bitcoin#30263: Bump clang minimum supported version to 16 excludes: - 9999dbc1bd171931f02266d7c1a5cfd39f49238e - fa8f53273c7e5965620d31a8c3fe5f223cb76888 --- doc/dependencies.md | 2 +- doc/release-notes-6389.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dependencies.md b/doc/dependencies.md index 9325661358a94..d6ef634211b36 100644 --- a/doc/dependencies.md +++ b/doc/dependencies.md @@ -8,7 +8,7 @@ You can find installation instructions in the `build-*.md` file for your platfor | --- | --- | | [Autoconf](https://www.gnu.org/software/autoconf/) | [2.69](https://github.com/bitcoin/bitcoin/pull/17769) | | [Automake](https://www.gnu.org/software/automake/) | [1.13](https://github.com/bitcoin/bitcoin/pull/18290) | -| [Clang](https://clang.llvm.org) | [15.0](https://github.com/bitcoin/bitcoin/pull/29165) | +| [Clang](https://clang.llvm.org) | [16.0](https://github.com/bitcoin/bitcoin/pull/30263) | | [GCC](https://gcc.gnu.org) | [11.1](https://github.com/bitcoin/bitcoin/pull/29091) | | [Python](https://www.python.org) (scripts, tests) | [3.9](https://github.com/bitcoin/bitcoin/pull/28211) | | [systemtap](https://sourceware.org/systemtap/) ([tracing](tracing.md))| N/A | diff --git a/doc/release-notes-6389.md b/doc/release-notes-6389.md index 3e9696491db7a..feeae0fe82419 100644 --- a/doc/release-notes-6389.md +++ b/doc/release-notes-6389.md @@ -1,4 +1,4 @@ Build ----- -GCC 11.1 or later, or Clang 15+ or later, are now required to compile Dash Core. +GCC 11.1 or later, or Clang 16.0 or later, are now required to compile Dash Core.