[PATCH] COFFDumper: Dump data directory entries.

Rui Ueyama ruiu at google.com
Mon Jul 15 17:53:59 PDT 2013


Hi rafael,

Dump optional data directory entries in the PE/COFF header, so that
we can test the output of LLD linker. This patch updates the test binary
file, but the source of the binary is the same. I just re-linked the file.
I don't know how the previous file was linked, but the previous file did
not have any data directory entries for some reason.

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

Files:
  include/llvm/Object/COFF.h
  lib/Object/COFFObjectFile.cpp
  test/tools/llvm-readobj/Inputs/trivial.exe.coff-i386
  test/tools/llvm-readobj/file-headers.test
  tools/llvm-readobj/COFFDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1148.1.patch
Type: text/x-patch
Size: 7886 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130715/2e102c58/attachment.bin>


More information about the llvm-commits mailing list