mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Fix gcc warning in gold-plugin.cpp.
Patch by Markus Trippelsdorf! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219459 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
54a3b749e1
commit
a447422da3
@ -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
Block a user