[PATCH] D97411: [DebugInfo] Add an attribute to force type info to be emitted for types that are required to be complete.
Carlos Alberto Enciso via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 9 03:06:38 PST 2021
CarlosAlbertoEnciso added a comment.
In D97411#2611142 <https://reviews.llvm.org/D97411#2611142>, @probinson wrote:
> 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.)
Uploaded an updated `llvm-dva` single patch the builds with the TOT.
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