[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`.
This commit is contained in:
Michael Buch
2025-10-06 18:23:07 +01:00
committed by GitHub
parent 84a214856a
commit 8889377f5c

View File

@@ -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.