OSDN Git Service

[MCJIT] Nuke MachineRelocation and MachineCodeEmitter. Now that the old JIT is
authorLang Hames <lhames@gmail.com>
Tue, 23 Sep 2014 18:08:47 +0000 (18:08 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 23 Sep 2014 18:08:47 +0000 (18:08 +0000)
commit3025b00b7f127c3bcd04c31e8b9cab4639ad6510
treee8b25c5de29d422c033d48683d32a5314985bcf7
parent04b11eb4ec0f1f522cda28c588e52faca1a02c1c
[MCJIT] Nuke MachineRelocation and MachineCodeEmitter. Now that the old JIT is
gone they're no longer needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218320 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineCodeEmitter.h [deleted file]
include/llvm/CodeGen/MachineRelocation.h [deleted file]
lib/CodeGen/CMakeLists.txt
lib/CodeGen/MachineCodeEmitter.cpp [deleted file]
lib/Target/ARM/ARMRelocations.h [deleted file]
lib/Target/Mips/MipsRelocations.h [deleted file]
lib/Target/Sparc/SparcRelocations.h [deleted file]
lib/Target/X86/X86Relocations.h [deleted file]