[PATCH] D23514: [ELF] - Do not change binding for hidden symbols when creating relocatable output.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 17 13:15:09 PDT 2016


ruiu added a comment.

I don't think that the current gold behavior you described was intended one. I cannot describe why they are doing it. On the other hand, the semantics that "all symbols are copied as-is to the output if -r is given" is very easy to understand and justify. I believe we should do that way.


https://reviews.llvm.org/D23514





More information about the llvm-commits mailing list