[Lldb-commits] [lldb] e2bb474 - [lldb] Add comment
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 10 09:40:04 PST 2024
Author: Adrian Prantl
Date: 2024-12-10T09:39:51-08:00
New Revision: e2bb47443d2e5c022c7851dd6029e3869fc8835c
URL: https://github.com/llvm/llvm-project/commit/e2bb47443d2e5c022c7851dd6029e3869fc8835c
DIFF: https://github.com/llvm/llvm-project/commit/e2bb47443d2e5c022c7851dd6029e3869fc8835c.diff
LOG: [lldb] Add comment
Added:
Modified:
lldb/test/API/functionalities/data-formatter/bytecode-summary/main.cpp
Removed:
################################################################################
diff --git a/lldb/test/API/functionalities/data-formatter/bytecode-summary/main.cpp b/lldb/test/API/functionalities/data-formatter/bytecode-summary/main.cpp
index 36cbd988029fdb..35406acd6d0c4e 100644
--- a/lldb/test/API/functionalities/data-formatter/bytecode-summary/main.cpp
+++ b/lldb/test/API/functionalities/data-formatter/bytecode-summary/main.cpp
@@ -22,6 +22,8 @@ int main(int argc, char **argv) {
return *y;
}
+// Produced from the assembler in
+// Shell/ScriptInterpreter/Python/Inputs/FormatterBytecode/formatter.py
__attribute__((used, section("__DATA_CONST,__lldbformatters"))) unsigned char
_MyOptional_type_summary[] =
"\x01" // version
More information about the lldb-commits
mailing list