[Lldb-commits] [lld] [lldb] [llvm] [AArch64] Support TLS variables in debug info (PR #146572)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 2 02:36:20 PDT 2025
================
@@ -0,0 +1,37 @@
+; RUN: llc -O0 -mtriple=aarch64-linux-gnu -filetype=obj < %s \
+; RUN: | llvm-objdump -r - | FileCheck %s
+
+; CHECK: R_AARCH64_TLS_DTPREL64
----------------
DavidSpickett wrote:
What does the full output look like? Because this check looks a bit non-specific. I know it's basically "do we produce this at all" but is there anything else we can check to make sure it is in fact for "var" not something else?
https://github.com/llvm/llvm-project/pull/146572
More information about the lldb-commits
mailing list