1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

[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 919da0fa79
commit 1b7063b775

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;