Re: RFR: 8349150: Support precompiled headers on AIX

2025-02-04 Thread Matthias Baesken
On Mon, 3 Feb 2025 12:24:17 GMT, Matthias Baesken wrote: > The clang compiler currently used on AIX should be able to support > precompiled headers in the HS build (same as on Linux or macOS where clang is > used). > However currently the precompiled headers feature is disabled on AIX > (proba

Re: RFR: 8349150: Support precompiled headers on AIX

2025-02-03 Thread Erik Joelsson
On Mon, 3 Feb 2025 12:24:17 GMT, Matthias Baesken wrote: > The clang compiler currently used on AIX should be able to support > precompiled headers in the HS build (same as on Linux or macOS where clang is > used). > However currently the precompiled headers feature is disabled on AIX > (proba

Re: RFR: 8349150: Support precompiled headers on AIX

2025-02-03 Thread Joachim Kern
On Mon, 3 Feb 2025 12:24:17 GMT, Matthias Baesken wrote: > The clang compiler currently used on AIX should be able to support > precompiled headers in the HS build (same as on Linux or macOS where clang is > used). > However currently the precompiled headers feature is disabled on AIX > (proba

RFR: 8349150: Support precompiled headers on AIX

2025-02-03 Thread Matthias Baesken
The clang compiler currently used on AIX should be able to support precompiled headers in the HS build (same as on Linux or macOS where clang is used). However currently the precompiled headers feature is disabled on AIX (probably because the old xlc had issues with this feature). -