RFR: 8338304: clang on Linux - check for lld presence after JDK-8333189

Matthias Baesken mbaesken at openjdk.org
Wed Aug 14 13:01:10 UTC 2024


On Wed, 14 Aug 2024 10:49:27 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> After [JDK-8333189](https://bugs.openjdk.org/browse/JDK-8333189) I get now this build error (when using clang on Linux) :
> `clang: error: invalid linker name in argument '-fuse-ld=lld'`
> We  should better check for lld in the configure process if it is required with clang .

Thanks, I adjusted and moved the comment .

-------------

PR Comment: https://git.openjdk.org/jdk/pull/20579#issuecomment-2288673853


More information about the build-dev mailing list