This revision depends on:
https://reviews.llvm.org/D24733
.debug_lines is a special section, which may contain section relocations to member of comdat group. This comdat member
section may be discarded when input file is parsed, and this in its turn may cause a crash in addSection, when we'll try to analyze discarded
section header. This patch fixes this.