[libcxx-commits] [PATCH] D98750: Apply [[standalone_debug]] to some types in the STL.

Amy Huang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 4 16:52:44 PDT 2021


akhuang added a comment.

@EricWF @ldionne 
I'm thinking it'd be better to commit this patch first, since it seems like fixing the UB otherwise is nontrivial and might take some more time.

If we also want to fix any UB in libc++ we can do that too and then revert this change once it's fixed, but since this solves the issue for the constructor homing debug info optimization it'd be nice to get this in for now.

thoughts?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98750



More information about the libcxx-commits mailing list