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

Denis Protivensky via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 03:53:42 PST 2015


denis-protivensky updated this revision to Diff 38891.
denis-protivensky added a comment.

Updated:

- Replace mapBraces method with procedural checks in the linker script parser
- Change peek() -> skip() in the parser
- Remove custom bounding symbols processing for linker script
- Remove checks for regular section ordering for linker script
- Change section comparison lambda with method
- Remove not used fields of input section description struct


http://reviews.llvm.org/D14140

Files:
  ELF/Config.h
  ELF/LinkerScript.cpp
  ELF/Writer.cpp
  test/elf2/linkerscript-sections.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14140.38891.patch
Type: text/x-patch
Size: 15293 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151102/781c9681/attachment.bin>


More information about the llvm-commits mailing list