[PATCH] D38361: [ELF] Stop setting output section size early

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 09:25:45 PDT 2017


jhenderson updated this revision to Diff 118016.
jhenderson added a comment.

Moved offset and size calculation of compressed debug sections into maybeCompress as suggested. I have not got a setup that is able to run the corresponding tests, because it requires zlib (I tried installing it on my linux copy of LLVM and it still didn't work). If anybody is able to run these tests, I'd much appreciate it.


https://reviews.llvm.org/D38361

Files:
  ELF/InputSection.h
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/SyntheticSections.cpp
  test/ELF/linkerscript/unused-synthetic.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38361.118016.patch
Type: text/x-patch
Size: 4797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171006/63cbed53/attachment.bin>


More information about the llvm-commits mailing list