-
Enhancement
-
Resolution: Fixed
-
P4
-
23
-
b16
The file building.{md,html} indicates the required minimum version of Xcode to use. When the required minimum version of Clang was updated to 13 (JDK-8325878), the minimum Xcode version was not updated. It should now be Xcode 13.0, rather than 8.
The relevant line is the last line here:
https://github.com/openjdk/jdk/blob/989fc3e6ea65e530055296ac4bc181cb5c6a41ea/doc/building.md?plain=1#L421-L423
The relevant line is the last line here:
https://github.com/openjdk/jdk/blob/989fc3e6ea65e530055296ac4bc181cb5c6a41ea/doc/building.md?plain=1#L421-L423
- relates to
-
JDK-8325878 Require minimum Clang version 13
- Resolved