[PATCH] D47108: [CodeGenCXX] Add -fforce-emit-vtables

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 4 00:38:31 PDT 2018


rsmith accepted this revision.
rsmith added a comment.

I would like to see a test that virtual function definitions are properly emitted for classes instantiated from templates (and in particular, that this triggers instantiation of such virtual member functions so they can be emitted). Other than that, this looks good to me.


Repository:
  rL LLVM

https://reviews.llvm.org/D47108





More information about the cfe-commits mailing list