[compiler-rt] [compiler-rt] Remove reference to Type::getInt8PtrTy; NFC (PR #71570)
Paulo Matos via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 13 22:57:22 PST 2023
pmatos wrote:
> > > > > 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.
https://github.com/llvm/llvm-project/pull/71570
More information about the llvm-commits
mailing list