diff options
| author | Aaron Smith <aaron.smith@microsoft.com> | 2019-07-10 03:41:34 +0000 |
|---|---|---|
| committer | Aaron Smith <aaron.smith@microsoft.com> | 2019-07-10 03:41:34 +0000 |
| commit | 6858f337a8331472b25d059092e5350c68a164fc (patch) | |
| tree | 31fe64ee2ed3badb23bd41a1f707040ba8fb4f3f | |
| parent | 053eb35651906e693906fad6c695fce11415ade7 (diff) | |
| download | bcm5719-llvm-6858f337a8331472b25d059092e5350c68a164fc.tar.gz bcm5719-llvm-6858f337a8331472b25d059092e5350c68a164fc.zip | |
Revert accidental change to file
llvm-svn: 365593
| -rw-r--r-- | lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp b/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp index 14c7e471edf..aa9871071b0 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; |

