forked from OSchip/llvm-project
Fix the lldb build after the removal of mblaze.
llvm-svn: 187151
This commit is contained in:
parent
5873770238
commit
258a2fc617
|
@ -183,8 +183,6 @@ ELFHeader::GetRelocationJumpSlotType() const
|
|||
case EM_ARM:
|
||||
slot = R_ARM_JUMP_SLOT;
|
||||
break;
|
||||
case EM_MBLAZE:
|
||||
slot = R_MICROBLAZE_JUMP_SLOT;
|
||||
}
|
||||
|
||||
return slot;
|
||||
|
|
Loading…
Reference in New Issue