[PATCH] D29637: [LLD][ELF] Use synthetic section to hold copy relocations

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 13:19:58 PST 2017


pcc added inline comments.


================
Comment at: ELF/Symbols.cpp:236
   assert(needsCopy());
-  return CopyIsInBssRelRo ? Out<ELFT>::BssRelRo : Out<ELFT>::Bss;
 }
----------------
Can you remove the CopyIsInBssRelRo field now?


https://reviews.llvm.org/D29637





More information about the llvm-commits mailing list