Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRevert "Remove gold hack, since it's in rustc automatically now" #9449
Conversation
|
@bors-servo r+ |
|
|
Revert "Remove gold hack, since it's in rustc automatically now" This reverts commit 2955d89. r? @mbrubeck <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9449) <!-- Reviewable:end -->
|
|
|
This is probably doing to sound dumb, but why is this being reverted? |
|
@bors-servo retry @notriddle See the conversation here. @mbrubeck indicated that we're still on an earlier version of Rust, so the rustc we currently have doesn't have the ability to automatically choose between gold and non-gold builds. |
Revert "Remove gold hack, since it's in rustc automatically now" This reverts commit 2955d89. r? @mbrubeck <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9449) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
Revert "Remove gold hack, since it's in rustc automatically now" This reverts commit 2955d89. r? @mbrubeck <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9449) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
|
|
|
@bors-servo retry |
Revert "Remove gold hack, since it's in rustc automatically now" This reverts commit 2955d89. r? @mbrubeck <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9449) <!-- Reviewable:end -->
|
|
|
@bors-servo: retry |
|
@notriddle We have to revert the removal of the gold linker support because Rust reverted their detection/use of the gold linker. Or in less obtuse language (too many negatives & removals!), we need to add back the code to detect when we can use the gold linker, since it no longer exists in Rust. |
|
|
|
Yeah, I get it. On Mon, Feb 1, 2016, 07:17 bors-servo notifications@github.com wrote:
|
|
|
larsbergstrom commentedJan 28, 2016
This reverts commit 2955d89.
r? @mbrubeck