[Lldb-commits] [PATCH] D13506: Remove unused virtuals from ABISysV_ppc*
Justin Hibbits via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 7 07:34:45 PDT 2015
jhibbits accepted this revision.
jhibbits added a comment.
This revision is now accepted and ready to land.
In http://reviews.llvm.org/D13506#261638, @brucem wrote:
> There's nothing to test here short of "Does it compile?" as these functions aren't actually used anywhere. I'm cleaning out dead virtuals in various patches.
Ah okay. I think when I added this ABI plugin, those came along for the ride when I copied the SysV-x86_64 plugin, I don't remember adding these myself, so they must be just plain old leftovers.
http://reviews.llvm.org/D13506
More information about the lldb-commits
mailing list