| commit | 041eb6fef6ac824f5a903be971067b269fcead1f | [log] [tgz] |
|---|---|---|
| author | Zachary Turner <zturner@google.com> | Fri Apr 20 18:36:51 2018 +0000 |
| committer | Zachary Turner <zturner@google.com> | Fri Apr 20 18:36:51 2018 +0000 |
| tree | 111869f1414adb9ab7743eaeffca7b85a8c68b99 | |
| parent | e477eb6680616e70d319795894b521e035d65fcd [diff] |
[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