Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the use of gold linker configurable #7565

Merged
merged 1 commit into from Sep 9, 2015

Conversation

@akosthekiss
Copy link
Contributor

akosthekiss commented Sep 8, 2015

Currently, ld.gold is always used for linking if found on the
system. There are some cases however when one may want to opt out
from using it. This patch adds the boolean field rustc-with-gold
to the [tools] section of .servobuild, which if set false,
disables the use of ld.gold.

Review on Reviewable

Currently, ld.gold is always used for linking if found on the
system. There are some cases however when one may want to opt out
from using it. This patch adds the boolean field `rustc-with-gold`
to the `[tools]` section of `.servobuild`, which if set false,
disables the use of ld.gold.
@akosthekiss
Copy link
Contributor Author

akosthekiss commented Sep 8, 2015

solves #7564

@SimonSapin
Copy link
Member

SimonSapin commented Sep 8, 2015

Sounds reasonable.

@bors-servo r+

@bors-servo
Copy link
Contributor

bors-servo commented Sep 8, 2015

📌 Commit 9afa930 has been approved by SimonSapin

@bors-servo
Copy link
Contributor

bors-servo commented Sep 8, 2015

Testing commit 9afa930 with merge 2733060...

bors-servo pushed a commit that referenced this pull request Sep 8, 2015
Make the use of gold linker configurable

Currently, ld.gold is always used for linking if found on the
system. There are some cases however when one may want to opt out
from using it. This patch adds the boolean field `rustc-with-gold`
to the `[tools]` section of `.servobuild`, which if set false,
disables the use of ld.gold.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7565)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Sep 9, 2015

@bors-servo bors-servo merged commit 9afa930 into servo:master Sep 9, 2015
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@akosthekiss akosthekiss deleted the akosthekiss:config-gold branch Sep 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.