Use target-agnostic LLD flags in bootstrap for use-lld
by Kobzol · Pull Request #139378 · rust-lang/rust (original) (raw)
We didn't find any perf. differences on Linux in #135001 though (AFAIK, compiletest should use targetflags even when host == target, unless the test specifies //@ force-host
). But maybe there are larger differences on other platforms?
No, -Zlinker-features=+lld will still trigger the incorrect response file escaping mode in bootstrap rustc.
But the workaround should go away in a few days? The new stable rustc was released, so the bootstrap compiler is also going to be bumped soon.
Ok, in that case I will keep the workaround, and based on what gets merged first we'll resolve the merge conflict.