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

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 10 07:08:30 PST 2016


On 10 November 2016 at 07:49, George Rimar <grimar at accesssoftek.com> wrote:
> BTW, do we need patch to handle --symbol-ordering-file for linkerscript case ?

Not sure there is a clean way to make that work. What do you do if
they conflict? For example, if the linker script has

.foo { *(.bar) xyz = .; *(.zed) }

but the order file puts zed before bar, what do you do with xyz?

Cheers,
Rafael


More information about the llvm-commits mailing list