ruiu added inline comments. ================ Comment at: ELF/InputFiles.cpp:540 + if (this->VersymSec && !this->Symtab) + error("SHT_GNU_versym should be associated with symbol table"); + ---------------- Can this actually happen? https://reviews.llvm.org/D25553