[gold] Remove inconsistent llvm_unreachable().

Differential Revision:	 http://reviews.llvm.org/D16429

llvm-svn: 258561
This commit is contained in:
Davide Italiano 2016-01-22 21:36:49 +00:00
parent 8a4078c741
commit 72d0d89b59
1 changed files with 0 additions and 1 deletions

View File

@ -344,7 +344,6 @@ static void diagnosticHandler(const DiagnosticInfo &DI) {
case DS_Error:
message(LDPL_FATAL, "LLVM gold plugin has failed to create LTO module: %s",
ErrStorage.c_str());
llvm_unreachable("Fatal doesn't return.");
case DS_Warning:
Level = LDPL_WARNING;
break;