Fix gcc warning in gold-plugin.cpp.

Patch by Markus Trippelsdorf!

llvm-svn: 219459
This commit is contained in:
Rafael Espindola 2014-10-10 00:48:13 +00:00
parent efbe94890c
commit 2754dbb4ab
1 changed files with 1 additions and 0 deletions

View File

@ -485,6 +485,7 @@ static const char *getResolutionName(ld_plugin_symbol_resolution R) {
case LDPR_PREVAILING_DEF_IRONLY_EXP:
return "PREVAILING_DEF_IRONLY_EXP";
}
llvm_unreachable("Unknown resolution");
}
static GlobalObject *makeInternalReplacement(GlobalObject *GO) {