mirror of
https://github.com/intel/llvm.git
synced 2026-01-12 18:27:07 +08:00
[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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user