Closed
Description
For example, if you create a symbolic link from /usr/bin/lld-18 to /usr/local/bin/ld, GCC successfully hooks it up. However, Clang does not, and running clang -v
reveals that it unconditionally calls /usr/bin/ld
.
I'm not sure whether such behavior is intended, but at least it is very confusing and frustrating to discover.