On Wed, 29 May 2024 15:01:27 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> When compiling with clang on linux, clang can decide to pick up the bfd > linker instead of lld, the LLVM linker. This will invalidate assumptions > about command lines that are passed on to the linker. We should use > -fuse-ld=lld to force clang to always pick lld as the linker, so we can be > sure that the command lines will work. Marked as reviewed by erikj (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/19456#pullrequestreview-2085891828