Re: RFR: JDK-8307349: Support xlc17 clang toolchain on AIX [v2]

2023-05-10 Thread Matthias Baesken
On Wed, 10 May 2023 13:59:15 GMT, JoKern65 wrote: >> The new xlc17 compiler should be supported to build OpenJDK on AIX. This >> compiler, compared to the currently supported xlc16, has a significantly >> more recent clang (xlc 17.1.1 uses clang 15) included. >> 1. Because the frontend interfac

Re: RFR: JDK-8307349: Support xlc17 clang toolchain on AIX [v2]

2023-05-10 Thread JoKern65
> The new xlc17 compiler should be supported to build OpenJDK on AIX. This > compiler, compared to the currently supported xlc16, has a significantly more > recent clang (xlc 17.1.1 uses clang 15) included. > 1. Because the frontend interface of the new compiler (c-flags, Ld-Flags) has > changed