[PATCH] D154658: Optimize emission of `dynamic_cast` to final classes.
Matthias Braun via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 25 15:55:54 PDT 2023
MatzeB added a comment.
This change results in some of our builds (distributed Thin-LTO in case that matters) to fail with missing symbols. At a first glance this seems to emit VTables in some files where it didn't do this before and then fails to resolve some members of that vtable. I'm in the process of analyzing this further and making a small reproducer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154658/new/
https://reviews.llvm.org/D154658
More information about the cfe-commits
mailing list