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

[nfc][compiler-rt]Replace Type::getInt8PtrTy with PointerType::getUnqual as a clean-up #82434

Merged
merged 2 commits into from
Feb 25, 2024

Conversation

minglotus-6
Copy link
Contributor

This is a follow up of 7b9d73c and 5ef9ba7

  • The definition of Type::getInt8PtrTy is deleted. This doesn't cause a compile error because the Initializer part of the macro doesn't run.

Copy link

github-actions bot commented Feb 20, 2024

✅ With the latest revision this PR passed the C/C++ code formatter.

@minglotus-6 minglotus-6 merged commit a8c3b3e into main Feb 25, 2024
3 of 4 checks passed
@minglotus-6 minglotus-6 deleted the users/minglotus-6/opaque branch February 25, 2024 06:30
Copy link
Contributor

@pmatos pmatos left a comment

Choose a reason for hiding this comment

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

LGTM

@yzy666699
Copy link

How do I replace the function I called before after deleting it?

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

Successfully merging this pull request may close these issues.

None yet

4 participants