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

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 2 02:36:19 PDT 2025


================
@@ -0,0 +1,37 @@
+; RUN: llc -O0 -mtriple=aarch64-linux-gnu -filetype=obj < %s \
+; RUN: | llvm-objdump -r - | FileCheck %s
----------------
DavidSpickett wrote:

indent the second line a bit so it's clear it's a continuation:
```
; RUN: <more spaces> | llvm...
```

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


More information about the llvm-commits mailing list