[PATCH] D14140: [ELF2] SECTIONS command basic support

Denis Protivensky via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 23:23:24 PST 2015


Thanks! Should be fixed in r253017.

On 11/13/2015 03:30 AM, Michael Spencer via llvm-commits wrote:
> On Thu, Nov 12, 2015 at 1:54 AM, Denis Protivensky via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>> This revision was automatically updated to reflect the committed changes.
>> Closed by commit rL252868: [ELF2] SECTIONS command basic support (authored by denis-protivensky).
>>
>> Changed prior to commit:
>>    http://reviews.llvm.org/D14140?vs=39902&id=40019#toc
>>
>> Repository:
>>    rL LLVM
>>
>> http://reviews.llvm.org/D14140
>>
>> Files:
>>    lld/trunk/ELF/Config.h
>>    lld/trunk/ELF/LinkerScript.cpp
>>    lld/trunk/ELF/Writer.cpp
>>    lld/trunk/test/elf2/linkerscript-sections.s
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>>
> Breaks on windows.
>
> # RUN: echo "SECTIONS { \
> # RUN:          .text : { *(.text) } \
> # RUN:          .data : { *(.data) } }" \ > %t.script
>
> The last \ is treated as being part of the echo.
>
> - Michael Spencer
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list