[libcxx-commits] [PATCH] D126738: [libc++][NFC] Inline the definition of ~basic_ios()

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 3 10:36:50 PDT 2022


EricWF added a comment.

In D126738#3550837 <https://reviews.llvm.org/D126738#3550837>, @ldionne wrote:

> (requesting changes until I have more info)

I would also like to ensure that we're not inlining the key function. It seems less than ideal to emit the vtable inline in every TU.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126738/new/

https://reviews.llvm.org/D126738



More information about the libcxx-commits mailing list