Skip to content

[DevASAN] Remove usage of deprecated getPointerTo from AddressSanitizer #16273

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

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

t-demchuk
Copy link
Contributor

llvm/llvm-project#113331 deprecates usage of getPointerTo, llvm::PointerType::get is recommended instead. This updates AddressSanitizer to use the recommended function in place of the deprecated one.

@t-demchuk t-demchuk requested a review from a team as a code owner December 4, 2024 23:10
@t-demchuk
Copy link
Contributor Author

@AllanZyne or @wenju-he Please review whenever you have a moment

Copy link
Contributor

@AllanZyne AllanZyne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thanks!

Copy link
Contributor

@zhaomaosu zhaomaosu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@t-demchuk
Copy link
Contributor Author

Hi @intel/llvm-gatekeepers, could you please help merge this PR? Thanks.

@sarnex sarnex merged commit 6dd3525 into intel:sycl Dec 6, 2024
15 checks passed
@t-demchuk t-demchuk deleted the addrsan-rem-getpointerto branch December 6, 2024 14:20
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.

4 participants