[PATCH] D12027: [lld][LinkerScript] Consider order of headers in PHDRS command

Denis Protivensky via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 02:38:17 PDT 2015


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

Updated:

- Remove check for duplicate names of output sections.


http://reviews.llvm.org/D12027

Files:
  include/lld/Core/Error.h
  include/lld/ReaderWriter/LinkerScript.h
  lib/Core/Error.cpp
  lib/ReaderWriter/ELF/HeaderChunks.h
  lib/ReaderWriter/ELF/OutputELFWriter.cpp
  lib/ReaderWriter/ELF/TargetLayout.cpp
  lib/ReaderWriter/ELF/TargetLayout.h
  lib/ReaderWriter/LinkerScript.cpp
  test/elf/linkerscript/phdrs-all-none.test
  test/elf/linkerscript/phdrs-custom-none.test
  test/elf/linkerscript/phdrs-custom-order.test
  test/elf/linkerscript/phdrs-different.test
  test/elf/linkerscript/phdrs-dup-name.test
  test/elf/linkerscript/phdrs-extra-program.test
  test/elf/linkerscript/phdrs-flags.test
  test/elf/linkerscript/phdrs-has-program.test
  test/elf/linkerscript/phdrs-load-empty.test
  test/elf/linkerscript/phdrs-load-filehdr.test
  test/elf/linkerscript/phdrs-load-phdrs.test
  test/elf/linkerscript/phdrs-misplaced-program.test
  test/elf/linkerscript/phdrs-no-program.test
  test/elf/linkerscript/phdrs-one-none.test
  test/elf/linkerscript/phdrs-program-good-phdrs.test
  test/elf/linkerscript/phdrs-same-flags.test
  test/elf/linkerscript/phdrs-same.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12027.33791.patch
Type: text/x-patch
Size: 23163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150902/0703c826/attachment.bin>


More information about the llvm-commits mailing list