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

Warn when compiled functions contain hard-coded pointers #103

Closed
brenhinkeller opened this issue Mar 20, 2023 · 3 comments
Closed

Warn when compiled functions contain hard-coded pointers #103

brenhinkeller opened this issue Mar 20, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@brenhinkeller
Copy link
Collaborator

This should probably be a warning rather than a hard error for now, but it would be very useful to know, and I think (?) it may be possible to check for this using LLVM?

@brenhinkeller
Copy link
Collaborator Author

Inspired by #101

@brenhinkeller brenhinkeller added the enhancement New feature or request label Mar 21, 2023
@brenhinkeller brenhinkeller self-assigned this Mar 21, 2023
@MasonProtter
Copy link
Collaborator

I'd also like to just straight up throw an error if I find things like jl_throw_generic in the LLVM for standalone compiled code.

@brenhinkeller
Copy link
Collaborator Author

Looks like this was implemented in #146!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants