[PATCH] [PECOFF][Writer] Implement the writer that can emit text section.

Rui Ueyama ruiu at google.com
Wed May 29 21:57:47 PDT 2013


Hi Bigcheese,

lld can now output a valid Windows executable with a text section that does nothing
but just returns immediately. It's not able to handle relocations, symbol tables,
data sections, etc, so it still can't do anything practical, though.

http://llvm-reviews.chandlerc.com/D892

Files:
  include/lld/ReaderWriter/PECOFFTargetInfo.h
  include/lld/ReaderWriter/Writer.h
  lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
  test/pecoff/basic.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D892.1.patch
Type: text/x-patch
Size: 15667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130529/d2415852/attachment.bin>


More information about the llvm-commits mailing list