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

Replace all use of getPointerTo() with PointerType::get() #8473

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

steven-johnson
Copy link
Contributor

LLVM's getPointerTo() is now marked as deprecated and fails to compile on at least some of our build bots; PointerType::get() is the recommended replacement.

LLVM's `getPointerTo()` is now marked as `deprecated` and fails to compile on at least some of our build bots; `PointerType::get()` is the recommended replacement.
@steven-johnson steven-johnson merged commit 45da57a into main Nov 8, 2024
16 of 19 checks passed
@steven-johnson steven-johnson deleted the srj/llvm-depr branch November 8, 2024 22:28
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 this pull request may close these issues.

2 participants