Skip to content

Commit 8889377

Browse files
authored
[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`.
1 parent 84a2148 commit 8889377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/docs/resources/extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@ Objective-C runtime
134134

135135
Clang emits the Objective-C runtime version into the
136136
``DW_TAG_compile_unit`` using the
137-
``DW_AT_APPLE_major_runtime_version`` attribute. The value 2 stands
137+
``DW_AT_APPLE_major_runtime_vers`` attribute. The value 2 stands
138138
for Objective-C 2.0.

0 commit comments

Comments
 (0)