[PATCH] D97411: [DebugInfo] Add an attribute to force type info to be emitted for types that are required to be complete.

Louis Dionne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 26 12:51:50 PST 2021


ldionne added a comment.

In D97411#2588181 <https://reviews.llvm.org/D97411#2588181>, @akhuang wrote:

> @ldionne Do you think it'd be reasonable to add this debug info attribute to some types in libc++? (For types that have constructors but don't call them; some previous discussion in https://reviews.llvm.org/D90719).

Like I said in D90719 <https://reviews.llvm.org/D90719>, I think it would be best to fix the issue at its root and call those constructors (we must have UB if we use these types but never call any constructors, right?).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97411



More information about the cfe-commits mailing list