[PATCH] D71040: [ThinLTO/WPD] Fix index-based WPD for alias vtables

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 01:16:51 PST 2019


evgeny777 added a comment.

> Could you possibly try check-all or check-llvm? This problem was occuring in the LLVM unit tests.

This did work. We have two vftable aliases with external linkage, that's why assertion fires. They're both attached to comdat, so there are no link errors.
May be just remove assertion?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71040





More information about the llvm-commits mailing list