[PATCH] [lld][PECOFF] Read relocation entries.

Rui Ueyama ruiu at google.com
Thu Jun 13 16:05:51 PDT 2013


Hi Bigcheese,

COFFReference class is defined to represent relocation information for
COFFDefinedAtom, as ELFReference for ELFDefinedAtom. ReaderCOFF can now
read relocation entries and create COFFReferences accordingly.

I need to make WriterPECOFF to handle the relocation references created by
the reader, but this patch is already big, so I think it's probably better
to get it reviewed now.

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

Files:
  lib/ReaderWriter/PECOFF/ReaderCOFF.cpp
  lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
  test/pecoff/Inputs/hello.asm
  test/pecoff/Inputs/hello.obj
  test/pecoff/hello.test
  test/pecoff/trivial.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D976.1.patch
Type: text/x-patch
Size: 39683 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130613/f107df1a/attachment.bin>


More information about the llvm-commits mailing list