Skip to content

Commit 9a90975

Browse files
[DebugInfo] Add symbol for debugger with VTable information.
Fix a clang-format issue.
1 parent 5914f73 commit 9a90975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ void DwarfCompileUnit::createGlobalVariableVTableDIE(
228228
// attribute and assume that they'll be a specification DIE somewhere
229229
// else that refers to it. Skip the DW_AT_declaration generation.
230230
DIE *VariableSpecDIE =
231-
getOrCreateStaticMemberDIE(SDMDecl, /*IsDeclaration*/false);
231+
getOrCreateStaticMemberDIE(SDMDecl, /*IsDeclaration*/ false);
232232

233233
if (uint32_t AlignInBytes = GV->getAlignInBytes())
234234
addUInt(*VariableSpecDIE, dwarf::DW_AT_alignment, dwarf::DW_FORM_udata,

0 commit comments

Comments
 (0)