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

Consistently version-bound functionality #195

Open
maleadt opened this issue Jul 6, 2020 · 0 comments
Open

Consistently version-bound functionality #195

maleadt opened this issue Jul 6, 2020 · 0 comments

Comments

@maleadt
Copy link
Owner

maleadt commented Jul 6, 2020

For functionality that's only available on certain LLVM versions, we currently either fail to look op the symbol (i.e. do nothing), error-out at run-time, or conditionally define wrappers at compilation time. That's a bit inconsistent, we should have a unified approach, e.g., tag functions with @required_llvm v"7.0" function... end. This could either be put on the wrappers, or be done by the wrapper generator script.

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

No branches or pull requests

1 participant