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

rewriter: support compiling with -fvisibility=hidden #443

Open
Tracked by #435
kkysen opened this issue Oct 13, 2024 · 0 comments
Open
Tracked by #435

rewriter: support compiling with -fvisibility=hidden #443

kkysen opened this issue Oct 13, 2024 · 0 comments
Assignees

Comments

@kkysen
Copy link
Contributor

kkysen commented Oct 13, 2024

For the runtime support for -fvisibility=hidden, we also need to mark all functions with call gates as __attribute__((visibility("default"))) because their call gate wrappers are defined in the call gate DSO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants