[LLD/PDB] Remove improper assert.
authorZachary Turner <zturner@google.com>
Fri, 20 Apr 2018 18:36:51 +0000 (18:36 +0000)
committerZachary Turner <zturner@google.com>
Fri, 20 Apr 2018 18:36:51 +0000 (18:36 +0000)
commit041eb6fef6ac824f5a903be971067b269fcead1f
tree111869f1414adb9ab7743eaeffca7b85a8c68b99
parente477eb6680616e70d319795894b521e035d65fcd
[LLD/PDB] Remove improper assert.

It's possible to have an empty object file, for example if you
just compile an empty .c file.  This file won't have any sections
so asserting that a file has chunks is definitely wrong.

llvm-svn: 330461
lld/COFF/PDB.cpp