You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clang is passed, say, -target aarch64-unknown-linux-gnu -fuse-ld=bfd
it doesn't invoke aarch64-unknown-linux-gnu-ld
but just ld.bfd.
I wonder if it is intentional, or just a not implemented
feature?
The text was updated successfully, but these errors were encountered:
When clang is passed, say,
`-target aarch64-unknown-linux-gnu -fuse-ld=bfd`
it doesn't invoke `aarch64-unknown-linux-gnu-ld`
but just `ld.bfd`.
I wonder if it is intentional, or just a not implemented
feature?
When clang is passed, say,
-target aarch64-unknown-linux-gnu -fuse-ld=bfd
it doesn't invoke
aarch64-unknown-linux-gnu-ld
but just
ld.bfd
.I wonder if it is intentional, or just a not implemented
feature?
The text was updated successfully, but these errors were encountered: