diff options
Diffstat (limited to 'llvm/lib/Target/Mips/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Target/Mips/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/Mips/CMakeLists.txt b/llvm/lib/Target/Mips/CMakeLists.txt index b14e6caa654..70c7a51c285 100644 --- a/llvm/lib/Target/Mips/CMakeLists.txt +++ b/llvm/lib/Target/Mips/CMakeLists.txt @@ -10,8 +10,7 @@ tablegen(MipsGenDAGISel.inc -gen-dag-isel) tablegen(MipsGenCallingConv.inc -gen-callingconv) tablegen(MipsGenSubtarget.inc -gen-subtarget) -add_llvm_target(Mips - MipsAsmPrinter.cpp +add_llvm_target(MipsCodeGen MipsDelaySlotFiller.cpp MipsInstrInfo.cpp MipsISelDAGToDAG.cpp |