diff --git a/lld/lib/Driver/Driver.cpp b/lld/lib/Driver/Driver.cpp index bffe6486f191..0936524d9c86 100644 --- a/lld/lib/Driver/Driver.cpp +++ b/lld/lib/Driver/Driver.cpp @@ -64,7 +64,6 @@ bool Driver::link(const LinkingContext &context, raw_ostream &diagnostics) { } else { llvm_unreachable("Not handling other types of InputElements"); - return true; } } for (const auto &input : linkerInputs) {