[PATCH] [PECOFF] Add support for bigobj

David Majnemer david.majnemer at gmail.com
Tue Sep 9 17:16:38 PDT 2014


Hi ruiu,

lld shouldn't directly use the COFF header nor should it use raw
coff_symbols.  Instead, query the header properties from the
COFFObjectFile and use COFFSymbolRef to abstractly reference COFF
symbols.

This is just enough to get lld compiling with the changes to
llvm::object.  Bigobj specific testing will come later.

http://reviews.llvm.org/D5280

Files:
  lib/ReaderWriter/PECOFF/ReaderCOFF.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5280.13502.patch
Type: text/x-patch
Size: 16389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140910/fc561718/attachment.bin>


More information about the llvm-commits mailing list