[PATCH] D12718: [elf2] Assign output sections to PHDRs.

Michael Spencer via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 8 19:06:17 PDT 2015


Bigcheese created this revision.
Bigcheese added a reviewer: rafael.
Bigcheese added a subscriber: llvm-commits.

This is a minimal implementation to produce legal output. Future patches will combine multiple compatible PT_LOADs.

It uses the term PHDR instead of segment as not all PHDRs represent segments.

http://reviews.llvm.org/D12718

Files:
  ELF/Writer.cpp
  test/elf2/basic.s
  test/elf2/basic32.s
  test/elf2/basic32be.s
  test/elf2/basic64be.s
  test/elf2/bss.s
  test/elf2/common.s
  test/elf2/relocation.s
  test/elf2/shared.s
  test/elf2/string-table.s
  test/elf2/symbols.s
  test/elf2/visibility.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12718.34290.patch
Type: text/x-patch
Size: 21150 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150909/2a228510/attachment-0001.bin>


More information about the llvm-commits mailing list