This patch fixes the TLS dynamic variable exportation from .got.plt segments,
created by General-dynamic relocations (TLSDESC). Current code only export
symbols in dynamic table from .got sections.
Details
Details
- Reviewers
ruiu • shankar.easwaran
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with nits about styles.
lib/ReaderWriter/ELF/AArch64/AArch64ExecutableWriter.cpp | ||
---|---|---|
40 | If you can remove "this->", please do. | |
lib/ReaderWriter/ELF/AArch64/AArch64SectionChunks.cpp | ||
19 | Ditto | |
lib/ReaderWriter/ELF/AArch64/AArch64SectionChunks.h | ||
21 | I think the indentation does not follow the LLVM style. | |
lib/ReaderWriter/ELF/AArch64/AArch64TargetHandler.cpp | ||
28 | Ditto |
If you can remove "this->", please do.