[llvm-commits] PATCH: [lld] Trivial update to ReaderCOFF.cpp
Sid Manning
sidneym at codeaurora.org
Wed Jun 27 14:21:10 PDT 2012
This change fixes the following link errors.
undefined reference to `lld::ReaderOptionsPECOFF::ReaderOptionsPECOFF()'
undefined reference to `lld::ReaderOptionsPECOFF::~ReaderOptionsPECOFF()'
By adding empty versions of ReaderOptionsPECOFF and ~ReaderOptionsPECOFF.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ReaderCOFF.cpp.diff
Type: text/x-patch
Size: 433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120627/e8a6bb1a/attachment.bin>
More information about the llvm-commits
mailing list