From: Rafael Espindola Date: Mon, 18 Oct 2010 18:03:28 +0000 (+0000) Subject: Make the bots happy. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9baee3b3a3924bc45d007e54c71333739d135f8e;p=oota-llvm.git Make the bots happy. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116719 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/MC/ELFObjectWriter.cpp b/lib/MC/ELFObjectWriter.cpp index 1cc73aa890a..45e9c3b3d31 100644 --- a/lib/MC/ELFObjectWriter.cpp +++ b/lib/MC/ELFObjectWriter.cpp @@ -684,7 +684,9 @@ void ELFObjectWriterImpl::RecordRelocation(const MCAssembler &Asm, if (IsPCRel) { switch (Modifier) { default: - llvm_unreachable("Unimplemented"); + Type = ELF::R_386_PC32; + //llvm_unreachable("Unimplemented"); + break; case MCSymbolRefExpr::VK_PLT: Type = ELF::R_386_PLT32; break;