[Lldb-commits] [lldb] Fix debug info size statistics for split dwarf (PR #80218)

via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 31 15:57:05 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 cf401f72e1b5aa6be0719ab45c95c10ea06bec9a...abfec9a970dd5fb4d5612638e14208555afe582e lldb/test/API/commands/target/debuginfo/TestDebugInfoSize.py
``````````

</details>

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

``````````diff
--- TestDebugInfoSize.py	2024-01-31 23:53:46.000000 +0000
+++ TestDebugInfoSize.py	2024-01-31 23:56:58.224856 +0000
@@ -14,11 +14,10 @@
 MAIN_DWO_DEBUGINFO_SIZE = 385
 FOO_DWO_DEBUGINFO_SIZE = 380
 
 
 class TestDebugInfoSize(lldbtest.TestBase):
-
     def get_output_from_yaml(self):
         exe = self.getBuildArtifact("a.out")
         main_dwo = self.getBuildArtifact("a.out-main.dwo")
         foo_dwo = self.getBuildArtifact("a.out-foo.dwo")
 

``````````

</details>


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


More information about the lldb-commits mailing list