[PATCH] D18071: CodeGen: Mark functions used in vtables as unnamed_addr.

John McCall via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 14 12:20:43 PDT 2016


rjmccall added a comment.

Member function comparisons of virtual functions aren't required to work anyway.  Itanium just happens to implement them in a way that kindof gets it right (for simple cases).


Repository:
  rL LLVM

http://reviews.llvm.org/D18071





More information about the cfe-commits mailing list