[PATCH] D43188: [ELF] Make .eh_frame relro if one of the inputs is SHF_WRITE
Simon Atanasyan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 12 06:54:56 PST 2018
atanasyan added a comment.
As I said in the https://reviews.llvm.org/D43185, probably we need to implement something like `_bfd_elf_eh_frame_section_offset` from BFD library to convert absolute relocations into relative ones and resolve them at the time of linking.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D43188
More information about the llvm-commits
mailing list