[Lldb-commits] [lld] [lldb] [llvm] [AArch64] Support TLS variables in debug info (PR #146572)

Shivam Gupta via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 16 22:50:51 PDT 2026


================
@@ -1,8 +1,14 @@
-; RUN: llc -filetype=obj -mtriple=aarch64--linux-gnu -o - %s | llvm-dwarfdump -v - | FileCheck %s
-;
+; RUN: llc -O0 -mtriple=aarch64-non-linux-gnu -enable-debug-tls-location -filetype=obj < %s \
----------------
xgupta wrote:

Thanks for the review, updated the test case. 

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


More information about the lldb-commits mailing list