[lld][Driver] remove return after llvm_unreachable

llvm-svn: 189891
This commit is contained in:
Shankar Easwaran 2013-09-04 00:05:46 +00:00
parent 37f50b7ccc
commit 2eaa47a008
1 changed files with 0 additions and 1 deletions

View File

@ -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) {