grimar added inline comments. ================ Comment at: ELF/InputFiles.cpp:179 @@ -178,1 +178,3 @@ + if (HasError) + return; ++I; ---------------- That's not actually needed for this patch to work, but it seems reasonable to have ? http://reviews.llvm.org/D17918