[lld] r244911 - Take name, type and flags in consideration when concatenating sections.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 18:05:33 PDT 2015


>> -.section foobar
>> +.section        foobar,"", at progbits,unique,1
>> +.section        foobar,"T", at progbits,unique,2
>> +.section        foobar,"", at nobits,unique,3
>> +.section        foobar,"", at nobits,unique,4
>
>
> Is there a way to write this that is less arcane? Where is `unique`
> documented? What is the number at the end?

http://llvm.org/docs/Extensions.html#id1

We could use multiple input files.

Cheers,
Rafael


More information about the llvm-commits mailing list