[PATCH] D100544: [ELF][AArch64] Write addends for TLSDESC relocations with -z rel

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 2 20:21:07 PDT 2021


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: lld/test/ELF/aarch64-tlsdesc-zrel.s:4
+// REQUIRES: aarch64
+// RUN: llvm-mc -filetype=obj -triple=aarch64-pc-linux %s -o %t.o
+// RUN: ld.lld -shared %t.o -o %t-rela.so
----------------
aarch64-pc-linux => aarch64


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100544/new/

https://reviews.llvm.org/D100544



More information about the llvm-commits mailing list