On Thu, 15 Feb 2024 05:19:45 GMT, Kim Barrett <kbarr...@openjdk.org> wrote:
> Please review this change that updates the minimum supported version of Clang > to be used for building OpenJDK from 3.5 to 13. > > This permits enabling C++17 (JDK-8314488), though Clang 5 might suffice for > that. A minimum of Clang 13 also obtains a critical bug fix for the > [[noreturn]] > attribute (see JDK-8303805). > > Testing: mach5 tier1, which includes building with a recent version of > Xcode/clang. This pull request has now been integrated. Changeset: 989fc3e6 Author: Kim Barrett <kbarr...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/989fc3e6ea65e530055296ac4bc181cb5c6a41ea Stats: 3 lines in 3 files changed: 0 ins; 0 del; 3 mod 8325878: Require minimum Clang version 13 Reviewed-by: jwaters, ihse ------------- PR: https://git.openjdk.org/jdk/pull/17862