================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to