Revert accidental change to file
authorAaron Smith <aaron.smith@microsoft.com>
Wed, 10 Jul 2019 03:41:34 +0000 (03:41 +0000)
committerAaron Smith <aaron.smith@microsoft.com>
Wed, 10 Jul 2019 03:41:34 +0000 (03:41 +0000)
llvm-svn: 365593

lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp

index 14c7e47..aa98710 100644 (file)
@@ -180,9 +180,6 @@ unsigned ELFHeader::GetRelocationJumpSlotType() const {
   default:
     assert(false && "architecture not supported");
     break;
-  case EM_CASCADE:
-    slot = R_CASCADE_JUMP_SLOT;
-    break;
   case EM_PPC:
     slot = R_PPC_JMP_SLOT;
     break;