We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9c1d4 commit e2bb474Copy full SHA for e2bb474
lldb/test/API/functionalities/data-formatter/bytecode-summary/main.cpp
@@ -22,6 +22,8 @@ int main(int argc, char **argv) {
22
return *y;
23
}
24
25
+// Produced from the assembler in
26
+// Shell/ScriptInterpreter/Python/Inputs/FormatterBytecode/formatter.py
27
__attribute__((used, section("__DATA_CONST,__lldbformatters"))) unsigned char
28
_MyOptional_type_summary[] =
29
"\x01" // version
0 commit comments