-
Notifications
You must be signed in to change notification settings - Fork 167
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
Avoid dead-stripping rust compiler_builtins atoms #135
Open
glandium
wants to merge
1
commit into
tpoechtrager:master
Choose a base branch
from
glandium:rust
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
glandium
commented
Jul 5, 2023
else if ( _haveLLVMObjs && !force && (atom->contentType() != ld::Atom::typeLTOtemporary) ) { | ||
if ( isCompilerSupportLib(atom->safeFilePath()) ) { | ||
if ( isCompilerSupportLib(atom->safeFilePath()) || strstr(atom->safeFilePath(), "compiler_builtins") != nullptr ) ) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that I didn't add this check in isCompilerSupportLib because I wasn't sure of the side effects from other code using that function.
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this pull request
Jul 11, 2023
…ns atoms. r=firefox-build-system-reviewers,ahochheiden Sent upstream at tpoechtrager/cctools-port#135. Differential Revision: https://phabricator.services.mozilla.com/D182833
vinnydiehl
pushed a commit
to vinnydiehl/mozilla-unified
that referenced
this pull request
Jul 12, 2023
…ns atoms. r=firefox-build-system-reviewers,ahochheiden Sent upstream at tpoechtrager/cctools-port#135. Differential Revision: https://phabricator.services.mozilla.com/D182833
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this pull request
Jul 16, 2023
…ns atoms. r=firefox-build-system-reviewers,ahochheiden Sent upstream at tpoechtrager/cctools-port#135. Differential Revision: https://phabricator.services.mozilla.com/D182833 UltraBlame original commit: 03b2eccaf86fbc9cb989ec3d9dfce6e12e827a7e
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this pull request
Jul 16, 2023
…ns atoms. r=firefox-build-system-reviewers,ahochheiden Sent upstream at tpoechtrager/cctools-port#135. Differential Revision: https://phabricator.services.mozilla.com/D182833 UltraBlame original commit: 03b2eccaf86fbc9cb989ec3d9dfce6e12e827a7e
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this pull request
Jul 16, 2023
…ns atoms. r=firefox-build-system-reviewers,ahochheiden Sent upstream at tpoechtrager/cctools-port#135. Differential Revision: https://phabricator.services.mozilla.com/D182833 UltraBlame original commit: 03b2eccaf86fbc9cb989ec3d9dfce6e12e827a7e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.