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

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 7 06:07:29 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


More information about the llvm-commits mailing list