[compiler-rt] [compiler-rt] Remove reference to Type::getInt8PtrTy; NFC (PR #71570)

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 16:29:52 PST 2023


petrhosek 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.

https://github.com/llvm/llvm-project/pull/71570


More information about the llvm-commits mailing list