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 space in shared lib entrypoint option #106073

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Conversation

am11
Copy link
Member

@am11 am11 commented Aug 7, 2024

Per @alexrp's suggestion ziglang/zig#20384 (comment).

I've tested it with bfd and lld. It should work with existing zld as well (which is currently handling -Wl,-e,0x0).

Fixes #106029

Copy link
Member

@MichalStrehovsky MichalStrehovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@MichalStrehovsky MichalStrehovsky merged commit 9bd900d into dotnet:main Aug 8, 2024
85 of 88 checks passed
@am11 am11 deleted the patch-9 branch August 8, 2024 14:25
@github-actions github-actions bot locked and limited conversation to collaborators Sep 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-NativeAOT-coreclr community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[NativeAOT] How to compile linux-musl-arm64 shared libraries on Ubuntu( x64)
2 participants