-
Bug
-
Resolution: Fixed
-
P4
-
23
-
b25
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.
- relates to
-
JDK-8339128 Cannot resolve user specified tool properly after JDK-8338304
-
- Resolved
-
-
JDK-8338304 clang on Linux - check for lld presence after JDK-8333189
-
- Resolved
-