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

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 13 14:41:46 PST 2019


aganea added a comment.

In D71040#1783934 <https://reviews.llvm.org/D71040#1783934>, @evgeny777 wrote:

> Strange this assertion probably means, that there are two summaries with external linkage in VTableVI. I tried reproducer out of curiosity, but it worked fine for me (no assertion on stage2 with `ninja clang`).


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


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