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

Opaque Pointers #49

Open
ChocolateLoverRaj opened this issue Dec 14, 2022 · 1 comment
Open

Opaque Pointers #49

ChocolateLoverRaj opened this issue Dec 14, 2022 · 1 comment

Comments

@ChocolateLoverRaj
Copy link
Contributor

LLVM pointers don't include the type of what it's pointing to anymore - https://llvm.org/docs/OpaquePointers.html, so basically i8* becomes ptr. Examples in this repo (idk if all or just some) use the old pointer style.

@f0rki
Copy link
Owner

f0rki commented Dec 26, 2022

Good point. Most of the LLVM examples are already outdated and I hardly find the time to update it. I'll gladly accept any help. I think llvm is capable of reading old bitcode so we be able to update the samples by essentially piping through opt?

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

2 participants