On Thu, 27 Mar 2025 02:57:23 GMT, SendaoYan <s...@openjdk.org> wrote:
> Hi all, > > Apologize for the inconvenience, fix of > [JDK-8352481](https://bugs.openjdk.org/browse/JDK-8352481) make AIX build > broekn. > > According to the implementation of makefile function > `FLAGS_SETUP_LDFLAGS_HELPER` which locate in make/autoconf/flags-ldflags.m4 > file, only the combination of `$TOOLCHAIN_TYPE == clang` and > `$OPENJDK_TARGET_OS == linux` support lld linker. So this PR limite the use > of lld on linux instead of non-macos. This pull request has now been integrated. Changeset: 2ea1557a Author: SendaoYan <s...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/2ea1557a0fdaf551d75365d1351bfbd73319dcfb Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8353005: AIX build broken after 8352481 Reviewed-by: mdoerr, mbaesken, erikj ------------- PR: https://git.openjdk.org/jdk/pull/24270