"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "2de229f31b3341fd2484a922c008148f243fa968"
PR17576: Fix assertion on polymorphic classes with small alignment
We have to reserve at least the width of a pointer for the vfptr. For classes with small alignment, we weren't reserving enough space, and were overlapping the first field with the vfptr. llvm-svn: 192626
Loading
Please register or sign in to comment