ruiu added inline comments. ================ Comment at: ELF/Driver.cpp:359 + } + return Target2Policy::ReportError; +} ---------------- You are not using ReportError, so you may want to remove it. https://reviews.llvm.org/D25684