From: Aaron Smith Date: Wed, 10 Jul 2019 03:41:34 +0000 (+0000) Subject: Revert accidental change to file X-Git-Tag: llvmorg-10-init~805 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6858f337a8331472b25d059092e5350c68a164fc;p=platform%2Fupstream%2Fllvm.git Revert accidental change to file llvm-svn: 365593 --- diff --git a/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp b/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp index 14c7e47..aa987107 100644 --- a/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp +++ b/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp @@ -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;