RFR: 8336849: Remove .llvm_addrsig section from JDK/VM static libraries (.a files)
Julian Waters
jwaters at openjdk.org
Mon Jul 22 12:18:32 UTC 2024
On Sat, 20 Jul 2024 00:20:19 GMT, Jiangli Zhou <jiangli at openjdk.org> wrote:
> Please review this PR that strips the `.llvm_addrsig` section from JDK and hotspot `.a` static libraries when building with clang. Please see https://bugs.openjdk.org/browse/JDK-8336849 description for details.
This seems odd, since I recall Magnus forcing the JDK to use lld when clang is the compiler, so ld being invoked seems strange to me. Does this still happen with lld?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20265#issuecomment-2242813723
More information about the build-dev
mailing list