diff options
| author | Lang Hames <lhames@gmail.com> | 2014-09-23 18:08:47 +0000 |
|---|---|---|
| committer | Lang Hames <lhames@gmail.com> | 2014-09-23 18:08:47 +0000 |
| commit | d5f496d57ca5e50d0d57783ef153d2d86ab4ad02 (patch) | |
| tree | 253c4b0e30d4dcae399282e58b95308d220713a7 /llvm/lib/CodeGen/CMakeLists.txt | |
| parent | c4725da382b2421926dfe0228845758671c6935b (diff) | |
| download | bcm5719-llvm-d5f496d57ca5e50d0d57783ef153d2d86ab4ad02.tar.gz bcm5719-llvm-d5f496d57ca5e50d0d57783ef153d2d86ab4ad02.zip | |
[MCJIT] Nuke MachineRelocation and MachineCodeEmitter. Now that the old JIT is
gone they're no longer needed.
llvm-svn: 218320
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
| -rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 0e06ed03740..461ac55ac3e 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -47,7 +47,6 @@ add_llvm_library(LLVMCodeGen MachineBlockPlacement.cpp MachineBranchProbabilityInfo.cpp MachineCSE.cpp - MachineCodeEmitter.cpp MachineCombiner.cpp MachineCopyPropagation.cpp MachineDominators.cpp |

