[PATCH] D19976: [ELF, WIP] - Prototype of possible linkerscript redesign.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 04:41:40 PDT 2016


grimar updated this revision to Diff 64661.
grimar added a comment.

- Rebased to head.
- Simplified and updated.
- ELF/arm-thumb-interwork-thunk.s is still fails, but that is the only testcase left and I think that is relative to the fact that orphans are not sorted anymore (see few testcases updates because of that also). I am working on fixing that last testcase.

But in general that is in my opinion ok for review, I finished everything I planned.


https://reviews.llvm.org/D19976

Files:
  ELF/InputSection.cpp
  ELF/LinkerScript.cpp
  ELF/LinkerScript.h
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/Writer.cpp
  test/ELF/linkerscript-sections-keep.s
  test/ELF/linkerscript-sections.s
  test/ELF/linkerscript-va.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19976.64661.patch
Type: text/x-patch
Size: 27407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160720/d7e43581/attachment.bin>


More information about the llvm-commits mailing list