[PATCH] [lld][PECOFF] Implement the reader for the import library.

Rui Ueyama ruiu at google.com
Sat Jun 15 19:00:29 PDT 2013


Hi Bigcheese,

This is the first patch toward full DLL support. With this patch, lld can read
.lib file for a DLL. It still cannot emit ".reloc" section, so we cannot use
lld to link DLLs yet, though.

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

Files:
  lib/ReaderWriter/PECOFF/CMakeLists.txt
  lib/ReaderWriter/PECOFF/ReaderCOFF.cpp
  lib/ReaderWriter/PECOFF/ReaderImportHeader.cpp
  lib/ReaderWriter/PECOFF/ReaderImportHeader.h
  test/pecoff/Inputs/dynamic.dll
  test/pecoff/Inputs/dynamic.lib
  test/pecoff/Inputs/main.obj
  test/pecoff/Inputs/static-main.obj
  test/pecoff/importlib.test
  test/pecoff/multi.test
  test/pecoff/lib.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D987.1.patch
Type: text/x-patch
Size: 8991 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130615/18d56520/attachment.bin>


More information about the llvm-commits mailing list