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

Avoid dead-stripping rust compiler_builtins atoms #135

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

glandium
Copy link
Contributor

@glandium glandium commented Jul 5, 2023

No description provided.

else if ( _haveLLVMObjs && !force && (atom->contentType() != ld::Atom::typeLTOtemporary) ) {
if ( isCompilerSupportLib(atom->safeFilePath()) ) {
if ( isCompilerSupportLib(atom->safeFilePath()) || strstr(atom->safeFilePath(), "compiler_builtins") != nullptr ) ) {
Copy link
Contributor Author

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant