Skip to content

Commit e2bb474

Browse files
committed
[lldb] Add comment
1 parent 9a9c1d4 commit e2bb474

File tree

1 file changed

+2
-0
lines changed
  • lldb/test/API/functionalities/data-formatter/bytecode-summary

1 file changed

+2
-0
lines changed

lldb/test/API/functionalities/data-formatter/bytecode-summary/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ int main(int argc, char **argv) {
2222
return *y;
2323
}
2424

25+
// Produced from the assembler in
26+
// Shell/ScriptInterpreter/Python/Inputs/FormatterBytecode/formatter.py
2527
__attribute__((used, section("__DATA_CONST,__lldbformatters"))) unsigned char
2628
_MyOptional_type_summary[] =
2729
"\x01" // version

0 commit comments

Comments
 (0)