mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 00:50:03 +08:00
Refine offsets into vtables for the VTT.
llvm-svn: 87041
This commit is contained in:
@@ -843,7 +843,7 @@ class VTTBuilder {
|
||||
SecondaryVTTs(RD, Offset, MorallyVirtual);
|
||||
|
||||
// and last the secondary vtable pointers.
|
||||
Secondary(RD, vtbl, MorallyVirtual, Offset);
|
||||
Secondary(RD, vtbl, Offset, MorallyVirtual);
|
||||
}
|
||||
|
||||
/// SecondaryVTTs - Add the secondary VTTs to Inits. The secondary VTTs are
|
||||
|
||||
Reference in New Issue
Block a user