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

Add a test case for shared library dependencies. NFC #21682

Merged
merged 1 commit into from
Apr 6, 2024

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Apr 2, 2024

This change doesn't fix #21667 but just encodes the current behavior in a test.

As a followup we could consider resolving shared libraries dependencies based on previous command line arguments which would solve #21667 without the need for adding -L..

This change doesn't fix emscripten-core#21667 but just encodes the current behavior
in a test.

As a followup we could consider resolving shared libraries dependencies
based on previous command line arguments which would solve emscripten-core#21667
without the need for adding `-L.`.
@sbc100 sbc100 enabled auto-merge (squash) April 6, 2024 00:08
@sbc100 sbc100 merged commit a9b347b into emscripten-core:main Apr 6, 2024
29 checks passed
@sbc100 sbc100 deleted the shared_library_deps branch April 6, 2024 02:11
impact-maker pushed a commit to impact-maker/emscripten that referenced this pull request Apr 11, 2024
…#21682)

This change doesn't fix emscripten-core#21667 but just encodes the current behavior
in a test.

As a followup we could consider resolving shared libraries dependencies
based on previous command line arguments which would solve emscripten-core#21667
without the need for adding `-L.`.
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.

Bug: when compiling executable, emcc "forgets" provided needed library
2 participants