[PATCH] D13104: Mips - Mark the section .eh_frame as writeable for pic
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 24 02:22:57 PDT 2015
dsanders added a comment.
@logan: I also had a request directly from Android (via our MIPS Android team).
http://reviews.llvm.org/rL238863 is the commit that made TTypeEncoding indirect and pc-relative. While developing that patch, I tried making FDECFIEncoding pc-relative and had to revert that part. IIRC it was because ld.bfd wouldn't accept it since it was expecting to rewrite absolute references into pc relative references.
Repository:
rL LLVM
http://reviews.llvm.org/D13104
More information about the llvm-commits
mailing list