[llvm] r218320 - [MCJIT] Nuke MachineRelocation and MachineCodeEmitter. Now that the old JIT is
Lang Hames
lhames at gmail.com
Tue Sep 23 12:28:33 PDT 2014
It should. Thanks for catching that Ulrich - I've removed it in r218327.
- Lang.
On Tue, Sep 23, 2014 at 11:50 AM, Ulrich Weigand <Ulrich.Weigand at de.ibm.com>
wrote:
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140923/a23f03bf/attachment.html>
More information about the llvm-commits
mailing list