Skip to content

Conversation

Michael137
Copy link
Member

DW_AT_APPLE_major_runtime_version doesn't exist. This should be DW_AT_APPLE_major_runtime_vers.

…untime_vers

`DW_AT_APPLE_major_runtime_version` doesn't exist. This should be
`DW_AT_APPLE_major_runtime_vers`.
@llvmbot
Copy link
Member

llvmbot commented Oct 6, 2025

@llvm/pr-subscribers-lldb

Author: Michael Buch (Michael137)

Changes

DW_AT_APPLE_major_runtime_version doesn't exist. This should be DW_AT_APPLE_major_runtime_vers.


Full diff: https://github.com/llvm/llvm-project/pull/162062.diff

1 Files Affected:

  • (modified) lldb/docs/resources/extensions.rst (+1-1)
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants