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

Support llvm.global_ctors and llvm.global_dtors #44

Open
tomsik68 opened this issue Nov 13, 2020 · 0 comments
Open

Support llvm.global_ctors and llvm.global_dtors #44

tomsik68 opened this issue Nov 13, 2020 · 0 comments

Comments

@tomsik68
Copy link
Member

These global variables are arrays of functions to be called on program startup/exit. llvm2c currently supports neither ctors nor dtors.
See documentation here: https://llvm.org/docs/LangRef.html#the-llvm-global-ctors-global-variable

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

No branches or pull requests

1 participant