Fix the lldb build after the removal of mblaze.

llvm-svn: 187151
This commit is contained in:
Rafael Espindola 2013-07-25 19:36:13 +00:00
parent 5873770238
commit 258a2fc617
1 changed files with 0 additions and 2 deletions

View File

@ -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;