[Lldb-commits] [lldb] 8889377 - [lldb][docs] DW_AT_APPLE_major_runtime_version -> DW_AT_APPLE_major_runtime_vers (#162062)

via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 6 10:23:10 PDT 2025


Author: Michael Buch
Date: 2025-10-06T18:23:07+01:00
New Revision: 8889377f5c867ddb07658f6286f4e58e64e9e30a

URL: https://github.com/llvm/llvm-project/commit/8889377f5c867ddb07658f6286f4e58e64e9e30a
DIFF: https://github.com/llvm/llvm-project/commit/8889377f5c867ddb07658f6286f4e58e64e9e30a.diff

LOG: [lldb][docs] DW_AT_APPLE_major_runtime_version -> DW_AT_APPLE_major_runtime_vers (#162062)

`DW_AT_APPLE_major_runtime_version` doesn't exist. This should be
`DW_AT_APPLE_major_runtime_vers`.

Added: 
    

Modified: 
    lldb/docs/resources/extensions.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/resources/extensions.rst b/lldb/docs/resources/extensions.rst
index 30bd6d5c6b8da..61fffe7a56d27 100644
--- a/lldb/docs/resources/extensions.rst
+++ b/lldb/docs/resources/extensions.rst
@@ -134,5 +134,5 @@ Objective-C runtime
 
 Clang emits the Objective-C runtime version into the
 ``DW_TAG_compile_unit`` using the
-``DW_AT_APPLE_major_runtime_version`` attribute. The value 2 stands
+``DW_AT_APPLE_major_runtime_vers`` attribute. The value 2 stands
 for Objective-C 2.0.


        


More information about the lldb-commits mailing list