[Lldb-commits] [lldb] [lldb] Add an API to derive language-specific runtime information (PR #116904)

via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 19 17:37:50 PST 2024


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {darker}-->


:warning: Python code formatter, darker found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
darker --check --diff -r 565a9ac7df3815ed038938942be4cf1471de4755...776f10f61603e922bdc38962836583da42e4f650 lldb/test/API/lang/objc/languageinfo/TestObjCLanguageInfo.py
``````````

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- TestObjCLanguageInfo.py	2024-11-20 01:34:06.000000 +0000
+++ TestObjCLanguageInfo.py	2024-11-20 01:37:18.111299 +0000
@@ -12,7 +12,5 @@
         target, process, thread, bkpt = lldbutil.run_to_name_breakpoint(self, "main")
         frame = thread.GetFrameAtIndex(0)
         lang_info = frame.GetLanguageInfo()
         version = lang_info.GetValueForKey("Objective-C runtime version")
         self.assertEqual(version.GetIntegerValue(), 2)
-
-

``````````

</details>


https://github.com/llvm/llvm-project/pull/116904


More information about the lldb-commits mailing list