[PATCH] D18960: [lld] Initial implementation of TLSDESC relocation handling
Adhemerval Zanella via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 19 13:38:31 PDT 2016
zatrazz updated this revision to Diff 54251.
zatrazz added a comment.
This is an updated patch based on previous comments and rebased against master.
>From Peter's comments, the main points I did not add on this change is the inclusion
of _TLS_MODULE_BASE_. Although I have patch to include it, I am still checking
if the code if fully correct and on which circumstances the symbol is used for aarch64.
Also this is not preventing any test and the bootstrap itself, so I think we can postpone
its implementation.
http://reviews.llvm.org/D18960
Files:
ELF/InputSection.cpp
ELF/InputSection.h
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: D18960.54251.patch
Type: text/x-patch
Size: 18674 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160419/2394566f/attachment.bin>
More information about the llvm-commits
mailing list