debuginfo: Bring back DW_AT_containing_type for vtables -- address review comments
This commit is contained in:
parent
fc7f419a63
commit
ed21805aee
2 changed files with 4 additions and 2 deletions
|
@ -470,7 +470,7 @@ fn push_debuginfo_type_name<'tcx>(
|
|||
}
|
||||
|
||||
pub enum VTableNameKind {
|
||||
// Is the name for const/static holding the vtable?
|
||||
// Is the name for the const/static holding the vtable?
|
||||
GlobalVariable,
|
||||
// Is the name for the type of the vtable?
|
||||
Type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue