[PECOFF] Skip empty .drectve sections.
authorRui Ueyama <ruiu@google.com>
Fri, 27 Dec 2013 03:34:34 +0000 (03:34 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 27 Dec 2013 03:34:34 +0000 (03:34 +0000)
commitae50a9e6763f8a2abd97950208031ed416dc5d8a
tree7e11152d9591441358e96050acc2d1e4808d5ab1
parent9e26f5f397b4e5c899c6c2c1849d0230a9828117
[PECOFF] Skip empty .drectve sections.

There are many object files in the standard library who have empty .drective
sections. Parsing the empty string is not wrong but a waste.

llvm-svn: 198067
lld/lib/ReaderWriter/PECOFF/ReaderCOFF.cpp