[PATCH] D127876: [clang] Don't emit type test/assume for virtual classes that should never participate in WPD
Teresa Johnson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 15 11:32:37 PDT 2022
tejohnson added a comment.
I prefer the way proposed here, which was what I initially intended to do in fact. @pcc, I recall from our early internal conversations about my proposal that you felt the new mechanism should apply to all classes, so that's why the final design did that. I do tend to think that if the source code has specifically annotated the classes with public LTO visibility it is better to enforce that always. I think revisiting this decision is worthwhile.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127876/new/
https://reviews.llvm.org/D127876
More information about the cfe-commits
mailing list