[PATCH] D33780: [ELF] - Linkerscript - do not emit multiple relocation sections when using --emit-relocs.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 2 04:05:11 PDT 2017


>Can you try fixing this first? I have the impression that with that fixed
>this patch will be much simpler.

Yeah it should be. I prepared a patch: https://reviews.llvm.org/D33824,
could you look ?

I was wondering if we want to keep logic in getOutputSectionName(). Tecnically it is useless I think,
but may provide better looking names for relocation sections in output. What is still useless probably.

George.


More information about the llvm-commits mailing list