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

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 8 06:46:41 PST 2021


probinson added a comment.

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

> I started looking into some diffs of debug info in libc++ tests, but it's pretty hard to tell what's different - as far as I can see, there are just a bunch of `__hash_value_type`s and `__value_type`s.

This is a job for.... llvm-dva!  See the preliminary patch at D88661 <https://reviews.llvm.org/D88661>, although it's getting a bit old and might not apply/build cleanly.

(llvm-dva is undergoing an internal review at the moment, we hope to have a proper reviewable patch series up soon-ish.)


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