[PATCH] D26130: [ELF] - Implemented --symbol-ordering-file option.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 23:15:19 PST 2016


>Until now, I was thinking that --symbol-ordering-file is a feature that ld.gold has, but looks like ld.gold doesn't have one. gold has --section-ordering-file instead. >Where does this --symbol-ordering-file feature come from?


Yes, that is true. Reason to do that was that symbol ordering file allows

to map symbols to sections with the same name like .text and reorder them. Sections ordering file does not allow to

do that.


George.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161119/8f374a60/attachment.html>


More information about the llvm-commits mailing list