[llvm] r218320 - [MCJIT] Nuke MachineRelocation and MachineCodeEmitter. Now that the old JIT is

Ulrich Weigand Ulrich.Weigand at de.ibm.com
Tue Sep 23 11:50:02 PDT 2014


Lang Hames <lhames at gmail.com> wrote:

> [MCJIT] Nuke MachineRelocation and MachineCodeEmitter. Now that the old
JIT is
> gone they're no longer needed.
>
> Removed:
>     llvm/trunk/include/llvm/CodeGen/MachineCodeEmitter.h
>     llvm/trunk/include/llvm/CodeGen/MachineRelocation.h
>     llvm/trunk/lib/CodeGen/MachineCodeEmitter.cpp
>     llvm/trunk/lib/Target/ARM/ARMRelocations.h
>     llvm/trunk/lib/Target/Mips/MipsRelocations.h
>     llvm/trunk/lib/Target/Sparc/SparcRelocations.h
>     llvm/trunk/lib/Target/X86/X86Relocations.h

What about lib/Target/PowerPC/PPCRelocations.h ?
Shouldn't this also be deleted now?

Bye,
Ulrich




More information about the llvm-commits mailing list