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

Michael Spencer via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 16:30:26 PST 2015


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


More information about the llvm-commits mailing list