[lld] [PAC][ELF] Remove NEEDS_{GOT,TLSDESC}_NONAUTH (PR #213452)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 1 09:48:47 PDT 2026
================
@@ -105,30 +105,5 @@ local2:
adrp x0, :tlsdesc:a
ldr x1, [x0, :tlsdesc_lo12:a]
add x0, x0, :tlsdesc_lo12:a
- blr x1
-
-//--- err2.s
-// RUN: llvm-mc -filetype=obj -triple=aarch64-pc-linux -mattr=+pauth err2.s -o err2.o
----------------
MaskRay wrote:
Why is this deleted? Is the behavior changed?
https://github.com/llvm/llvm-project/pull/213452
More information about the llvm-commits
mailing list