Uh oh!
There was an error while loading. Please reload this page.
Revert "Fix custom relative libdir." - #59668
Conversation
This reverts commit 5bcc365.
rust-highfive
commented
Apr 3, 2019
(rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Apr 3, 2019
| @@ -518,8 +516,7 @@ impl Step for Rustc { | |||
| .join("bin") | |||
| .join(&exe); | |||
| // for the rationale about this rename check `compile::copy_lld_to_sysroot` | |||
There was a problem hiding this comment.
I suppose this part only should be reverted, could you check it on windows?
There was a problem hiding this comment.
Unfortunately I don't have a Windows machine to test on, so I'm just trying to fix the regession quickly.
phil-opp
commented
Apr 3, 2019
@alexcrichton I did some more investigation on #59661 and I'm no longer sure that |
Ok, I can now confirm that the problem was that #59341 broke Edit: It seems like projects that don't use |
alexcrichton
commented
Apr 3, 2019
@phil-opp is |
Yes, it is. I just booted up an old Windows machine to verify this on physical hardware. Edit: Removed a previous claim that it worked in a project without |
phil-opp
commented
Apr 3, 2019
I just compiled a project that does not use |
alexcrichton
commented
Apr 3, 2019
Ok, I think we'll still want to fix this in that case (rather than taking no action at all). I haven't dug into the patch to see what a fix for both the original issue and this issue is, so for now I think we'll still want to revert. |
o01eg
commented
Apr 3, 2019
I've added other PR to fix rust-lld placement. |
mati865
commented
Apr 3, 2019
I should be able to test #59672 much later today or tomorrow early with |
Mark-Simulacrum
commented
Apr 3, 2019
@bors r+ (but not entirely clear to me based on discussion if we actually want to land this) |
bors
commented
Apr 3, 2019
📌 Commit afad743 has been approved by |
o01eg
commented
Apr 3, 2019
@Mark-Simulacrum Could reverting small part be tested before? |
oli-obk
commented
Apr 3, 2019
alexcrichton
commented
Apr 3, 2019
Revert rust-lld place changes Fixesrust-lang#59661. Instead of rust-lang#59668 it reverts only failed part.
Revert rust-lld place changes Fixesrust-lang#59661. Instead of rust-lang#59668 it reverts only failed part.
This reverts #59341 which appears to have caused #59661 as a regression by accident. While we work that out let's get working nightlies again!
Closes#59661