Trying to switch to clang/lld via native file, but: "Unable to detect linker for compiler clang -Wl,--version -fuse-ld=lld
"?
#14071
-
Here's my [binaries]
c = 'clang'
cpp = 'clang'
c_ld = 'lld'
cpp_ld = 'lld' And when I run
Full log: Later outputs include these lines:
My Have I made a mistake in my |
Beta Was this translation helpful? Give feedback.
Answered by
eli-schwartz
Jan 5, 2025
Replies: 1 comment 1 reply
-
The command |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
metaleap
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The command
clang -Wl,--version -fuse-ld=lld
works on my machine. I think that error message means that clang could not findlld
installed.