llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Michael Buch (Michael137)

<details>
<summary>Changes</summary>

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

``````````

</details>


https://github.com/llvm/llvm-project/pull/162062
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to