[llvm] [PAC][MC][ELF][AArch64] Support signed TLSDESC (PR #120010)

Daniil Kovalev via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 01:35:23 PST 2024


================
@@ -35,63 +35,75 @@
 // CHECK: add x5, x0, :tlsdesc_lo12:sym
 // CHECK-OBJ-LP64: 1c R_AARCH64_TLSDESC_ADD_LO12 sym
 
+   add x5, x0, #:tlsdesc_auth_lo12:sym
----------------
kovdan01 wrote:

@MaskRay I moved new test cases to the end of the file so previous offsets do not get changed.

Please let me know if this resolves your comment.

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


More information about the llvm-commits mailing list