================
Comment at: test/CodeGenCXX/microsoft-abi-vtables-single-inheritance.cpp:119
@@ -112,2 +118,2 @@
 };
 void G::j() {}
----------------
Reid Kleckner wrote:
> Peter Collingbourne wrote:
> > Please also add a test which shows that defining what would be the key 
> > function in the Itanium ABI does not cause a vtable to be emitted.
> That's covered by C::f(), right?  I have a CHECK-NOT for that.
C::~C() is the key function, I believe.  Otherwise, the old test would be 
checking for a vtable.


http://llvm-reviews.chandlerc.com/D838

COMMIT
  http://llvm-reviews.chandlerc.com/rL182865
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to