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

Does Clang.jl have an option to skip static functions? #455

Closed
sloede opened this issue Nov 23, 2023 · 0 comments · Fixed by #456
Closed

Does Clang.jl have an option to skip static functions? #455

sloede opened this issue Nov 23, 2023 · 0 comments · Fixed by #456

Comments

@sloede
Copy link

sloede commented Nov 23, 2023

Related to #267, but recently resurfaced in trixi-framework/P4est.jl#99. We know that it is not possible to make static functions callable from Julia (at least not trivially; since that would either require source-to-source translation or modifying the original library). However, it would be great if we had a mechanism to prevent them from being included in the generated Julia API.

cc @ranocha @Blumenkranz

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 a pull request may close this issue.

1 participant