[PATCH] D96919: [clang] Emit type metadata on available_externally vtables for WPD
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 19 10:16:51 PST 2021
davidxl added a comment.
So in this case, the virtual call in user code is resolved to a strong definition in the shared library even though user code also has a derived class defined? In other words, the library provides another overrider definition as the final overrider?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96919/new/
https://reviews.llvm.org/D96919
More information about the llvm-commits
mailing list