Files
clang-p2996/llvm/test/Assembler/thinlto-vtable-summary2.ll
Teresa Johnson 071855dc2c [ThinLTO] Fix assembly dumping of vtable type ids (#73997)
With RTTI, a C++ class type info will get two entries in the summary
index: a gv and a typeidCompatibleVTable, both sharing the same GUID.
Ensure we use different namespaces to generate the entry slot numbers
for these two different summary entries.
2023-11-30 16:59:13 -08:00

1.4 KiB