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
lld -V <anything> results in the expected behaviour of -V with everything else ignored, exiting with 0.
It appears GNU ld will run -V and then proceed as normal with the rest of the command line. cmake appears to (sometimes?) rely on this behaviour presently (cmake issue 23969).
I'm not sure if lld wants to imitate ld's behaviour or this is a works-as-intended.