-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[compiler-rt] Remove reference to Type::getInt8PtrTy; NFC #71570
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
Conversation
Removed as part of 7b9d73c .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file has a copy in /llvm/include/llvm/ProfileData/ that needs to be in sync with this one.
Thanks. I will fix that. |
I don't see the LLVM copy updated in the latest commit, is that intentional? |
I copied the LLVM version into compiler-rt. Did I understand @david-xl incorrectly? The LLVM change already landed. |
I see, I haven't realized that the LLVM side already landed; these should always be modified together to avoid potential ABI breakage between the compiler and the runtime. |
My apologies, I didn't know about this file until I was told I had missed some in my LLVM commit. |
Removed as part of 7b9d73c .
Removed as part of 7b9d73c .