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:
parent
919da0fa79
commit
1b7063b775
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user