Files
clang-p2996/clang/lib/CodeGen/CGVTables.cpp
Arthur Eubanks f34ecb50e2 [clang] Don't emit type tests for dllexport/import classes
According to https://clang.llvm.org/docs/LTOVisibility.html, classes on
Windows with dllimport/export receive public LTO visibility and
therefore should not participate in WPD.

Reviewed By: pcc

Differential Revision: https://reviews.llvm.org/D129700
2023-04-25 14:00:57 -07:00

54 KiB