[PATCH] [lld][PECOFF] Add WinLinkDriver and PECOFFTargetInfo.
Rui Ueyama
ruiu at google.com
Fri May 24 15:53:40 PDT 2013
Hi Bigcheese,
Add WinLinkDriver and connect it to the existing COFF reader.
Remaining parts are still stubs, so while it can now read a COFF file,
it still cannot link or output COFF files yet.
http://llvm-reviews.chandlerc.com/D865
Files:
include/lld/Driver/Driver.h
include/lld/ReaderWriter/PECOFFTargetInfo.h
include/lld/ReaderWriter/Reader.h
lib/Driver/CMakeLists.txt
lib/Driver/UniversalDriver.cpp
lib/Driver/WinLinkDriver.cpp
lib/Driver/WinLinkOptions.td
lib/ReaderWriter/PECOFF/CMakeLists.txt
lib/ReaderWriter/PECOFF/PECOFFTargetInfo.cpp
lib/ReaderWriter/PECOFF/ReaderCOFF.cpp
lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
test/pecoff/Inputs/nop.asm
test/pecoff/Inputs/nop.obj
test/pecoff/basic.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D865.1.patch
Type: text/x-patch
Size: 17221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130524/ce98fa44/attachment.bin>
More information about the llvm-commits
mailing list