[PATCH] D18790: [lld] [ELF/AArch64] Implemented set of R_AARCH64_TLSDESC_* relocations

Adhemerval Zanella via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 6 12:06:12 PDT 2016


zatrazz removed rL LLVM as the repository for this revision.
zatrazz updated this revision to Diff 52830.
zatrazz added a comment.

Updated patch with the following modifications:

- Remove aarch64 specific bits (I will send in a different patch);
- Remove the 'Tail' std::vector usage and replaced by vector of vectors.

I did added any testcase for this since no target implements TLSDESC relocation
support yet. I will send the aarch64 bits along with a testcase.


http://reviews.llvm.org/D18790

Files:
  ELF/InputSection.cpp
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/Symbols.cpp
  ELF/Symbols.h
  ELF/Target.cpp
  ELF/Target.h
  ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18790.52830.patch
Type: text/x-patch
Size: 19518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160406/9c0636b6/attachment.bin>


More information about the llvm-commits mailing list