[all-commits] [llvm/llvm-project] 071855: [ThinLTO] Fix assembly dumping of vtable type ids ...
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Thu Nov 30 16:59:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 071855dc2c4939c0b7c51da63e84bd956e49c74a
https://github.com/llvm/llvm-project/commit/071855dc2c4939c0b7c51da63e84bd956e49c74a
Author: Teresa Johnson <tejohnson at google.com>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M llvm/lib/IR/AsmWriter.cpp
A llvm/test/Assembler/thinlto-vtable-summary2.ll
Log Message:
-----------
[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.
More information about the All-commits
mailing list