[llvm-branch-commits] [lld] [PAC][lld][AArch64][ELF] Support signed TLSDESC (PR #113817)

Daniil Kovalev via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Dec 4 04:00:17 PST 2024


================
@@ -92,6 +92,10 @@ enum RelExpr {
   R_AARCH64_PAGE_PC,
   R_AARCH64_RELAX_TLS_GD_TO_IE_PAGE_PC,
   R_AARCH64_TLSDESC_PAGE,
+  R_AARCH64_AUTH_TLSDESC_PAGE,
+  // TODO: maybe it's better to rename this expression
+  // to avoid name conflict with dynamic reloc
+  R_AARCH64_AUTH_TLSDESC,
----------------
kovdan01 wrote:

> Apologies for the slow response. I propose that we rename these RelExpr enumerators to `REL_*` #118424

Thanks @MaskRay! Updated #113815, #113816, #113817 to follow this naming convention

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


More information about the llvm-branch-commits mailing list