[Lldb-commits] [lldb] [lldb] Implement thread local storage for linux (PR #67470)

via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 26 11:18:16 PDT 2023


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 50abfc4298980fc219c7d70ca2567c61e856b614..5e8b4a44bf48216785f5ecb412e145a7ac4d3a55 lldb/test/API/lang/c/tls_globals/TestTlsGlobals.py
``````````

</details>

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

``````````diff
--- TestTlsGlobals.py	2023-09-26 18:04:08.000000 +0000
+++ TestTlsGlobals.py	2023-09-26 18:18:10.469169 +0000
@@ -36,13 +36,11 @@
             )
 
     # TLS works differently on Windows, this would need to be implemented
     # separately.
     @skipIfWindows
-    @skipIf(
-        oslist=no_match([lldbplatformutil.getDarwinOSTriples(), "linux"])
-    )
+    @skipIf(oslist=no_match([lldbplatformutil.getDarwinOSTriples(), "linux"]))
     def test(self):
         """Test thread-local storage."""
         self.build()
         exe = self.getBuildArtifact("a.out")
         target = self.dbg.CreateTarget(exe)

``````````

</details>


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


More information about the lldb-commits mailing list