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

Remove -soname from UNSUPPORTED_LLD_FLAGS #23453

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

Conversation

mcbarton
Copy link

@mcbarton mcbarton commented Jan 17, 2025

wasm-ld supports this flag as of https://reviews.llvm.org/D158001 so there is no need to remove it or warn when it is used.

@sbc100
Copy link
Collaborator

sbc100 commented Jan 17, 2025

Actually wasm-ld does now support -soname so we can instead from -sname name from UNSUPPORTED_LLD_FLAGS in tools/link.py. Would you mind updating this PR to do that instead?

@mcbarton mcbarton force-pushed the main branch 2 times, most recently from 64b0bce to 9239fc4 Compare January 17, 2025 22:03
@sbc100 sbc100 changed the title Remove --soname flag as its unrecognised in emscripten builds Allow -soname flag to be passed to wasm-ld Jan 17, 2025
@mcbarton mcbarton changed the title Allow -soname flag to be passed to wasm-ld Remove -soname from UNSUPPORTED_LLD_FLAGS Jan 17, 2025
@mcbarton
Copy link
Author

@sbc100 I didn't realise you had already changed the title. Please change it to the one you wanted. I have made the change you requested.

@sbc100 sbc100 enabled auto-merge (squash) January 17, 2025 22:05
@mcbarton
Copy link
Author

@sbc100 can you rerun the failing circle ci job? Its failing due to an internet connection loss while trying to install ninja-build.

auto-merge was automatically disabled January 17, 2025 22:25

Head branch was pushed to by a user without write access

@mcbarton
Copy link
Author

mcbarton commented Jan 17, 2025

@sbc100 You'll need to approve again, as I rebased in order to get the circle ci to run again (to hopefully have ninja-build job work fine now).

@mcbarton
Copy link
Author

@sbc100 can you approve the one workflow to run which requires your approval to run?

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.

2 participants