pub fn order(target: Triple, opts: &LinkOptions) -> Vec<String>Expand description
The names to look for, in the order section 4.9 gives.
mold first because it is dramatically faster, and a compiler that is twice the speed of
another one while the link takes twelve seconds has not helped anybody. Then lld, then the
platform’s own. Each is looked for under both the bare name and the ld. prefix, because a
distribution installs mold under its own name and ld.mold for exactly this lookup.