[PATCH] D62429: Fix linkage of _ZTS strings for types involving incomplete classes to match the Itanium ABI rules.

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 27 17:18:44 PDT 2019


rsmith added a comment.

In D62429#1518602 <https://reviews.llvm.org/D62429#1518602>, @EricWF wrote:

> I think this is llvm.org/PR37398
>
> I tried fixing this a while back in r332028 but the fix got reverted for causing llvm.org/PR37545.


Looks like I had a fix for that in https://reviews.llvm.org/D47092 but it seems we decided to not go that way because the issue is really an ASan instrumentation bug and should be fixed in ASan instead... so I guess this is blocked on a fix to ASan :-/


Repository:
  rC Clang

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

https://reviews.llvm.org/D62429





More information about the cfe-commits mailing list