RFR: 8346987: [lto] gtest build fails
Magnus Ihse Bursie
ihse at openjdk.org
Fri Jan 24 17:25:45 UTC 2025
On Fri, 17 Jan 2025 11:41:06 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> When building with link time optimization (lto) , configure flag is --enable-jvm-feature-link-time-opt , we run in the gtest build into a lot of errors.
> One workaround is just to configure without gtest ; this one changes the make to NOT use the lto build flags for gtest , just for the "normal" libjvm.so .
Maybe we should heed @kimbarrett's advice and not push for the LTO stuff piecemeal like this. Personally, I rather think the best solution for now is to wait with this patch, and for you to continue configuring without gtest, than uglifying the code like this. I'll try to prioritize separating gtest and hotspot builds, and then it will be possible to fix this in a clean way.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23173#issuecomment-2613035827
More information about the build-dev
mailing list