[PATCH] D47092: downgrade strong type info names to weak_odr linkage

Louis Dionne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 22 13:25:07 PDT 2020


ldionne added a comment.

In D47092#2049842 <https://reviews.llvm.org/D47092#2049842>, @efriedma wrote:

> I think the preferred solution is something like https://bugs.llvm.org/show_bug.cgi?id=37545#c4, which is slightly different from both this patch and D46665 <https://reviews.llvm.org/D46665>.


My understanding was that once the ASAN issue in PR37545 is solved (and https://bugs.llvm.org/show_bug.cgi?id=37545#c4 is a suggestion about how to do that), we can apply this change (D47092 <https://reviews.llvm.org/D47092>). Is that correct? If so, I can see how easy it might be to fix PR37545 in order to unblock this.


Repository:
  rC Clang

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

https://reviews.llvm.org/D47092





More information about the cfe-commits mailing list