[Lldb-commits] [lldb] [lldb][ARM] Support thread local variables on ARM Linux (PR #181315)

via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 16 19:32:55 PST 2026


================
@@ -38,7 +38,7 @@ def setUp(self):
     # TLS works differently on Windows, this would need to be implemented
     # separately.
     @skipIfWindows
-    @skipIf(oslist=["linux"], archs=["arm$", "aarch64"])
+    @skipIf(oslist=["linux"], archs=["aarch64"])
----------------
jeffreytan81 wrote:

What is the gap to enable this for aarch64?

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


More information about the lldb-commits mailing list