forked from OSchip/llvm-project
Fix gcc warning in gold-plugin.cpp.
Patch by Markus Trippelsdorf! llvm-svn: 219459
This commit is contained in:
parent
efbe94890c
commit
2754dbb4ab
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue