[Lldb-commits] [lldb] [lldb][docs] DW_AT_APPLE_major_runtime_version -> DW_AT_APPLE_major_runtime_vers (PR #162062)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 6 03:20:02 PDT 2025
https://github.com/Michael137 created https://github.com/llvm/llvm-project/pull/162062
`DW_AT_APPLE_major_runtime_version` doesn't exist. This should be `DW_AT_APPLE_major_runtime_vers`.
>From 8420e7126b8dc07df82371dc49da1c1e702c1e68 Mon Sep 17 00:00:00 2001
From: Michael Buch <michaelbuch12 at gmail.com>
Date: Mon, 6 Oct 2025 11:03:53 +0100
Subject: [PATCH] [lldb][docs] DW_AT_APPLE_major_runtime_version ->
DW_AT_APPLE_major_runtime_vers
`DW_AT_APPLE_major_runtime_version` doesn't exist. This should be
`DW_AT_APPLE_major_runtime_vers`.
---
lldb/docs/resources/extensions.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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