[lld] r245880 - Add support for reading files with more than 0xff00 sections.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 8 06:59:16 PDT 2015


On 4 September 2015 at 23:09, Sean Silva <chisophugis at gmail.com> wrote:
> Can you use .rept for this?

I don't think so. .rept always creates identical lines, so we can
switch to the same section 0xff00 times, but would still just create
1, no?

Cheers,
Rafael


More information about the llvm-commits mailing list