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

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 7 08:36:54 PST 2016


>> rafael wrote:
>>> Changing .text to .foo should make this easier to read as .foo doesn't have an implicit alignment.
>> linker does not concatinate .foo into single section like .text.* :(
>> So I had to use .text
>
>Can you use multiple sections called foo? You can do it with
>
>.section        foobar,"a", at nobits,unique,1
>.section        foobar,"a", at nobits,unique,2
>
>Cheers,
>Rafael

Thanks for hint !

George.


More information about the llvm-commits mailing list