From 2998e6ce46ebe07c7cc658113fb9ac57df5e1a37 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 4 May 2011 18:46:56 +0000 Subject: [PATCH] Fix cmake build. llvm-svn: 130850 --- llvm/lib/Target/Mips/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Target/Mips/CMakeLists.txt b/llvm/lib/Target/Mips/CMakeLists.txt index 8939b0a87a57..fd16516f3851 100644 --- a/llvm/lib/Target/Mips/CMakeLists.txt +++ b/llvm/lib/Target/Mips/CMakeLists.txt @@ -13,6 +13,7 @@ tablegen(MipsGenSubtarget.inc -gen-subtarget) add_llvm_target(MipsCodeGen MipsAsmPrinter.cpp MipsDelaySlotFiller.cpp + MipsEmitGPRestore.cpp MipsExpandPseudo.cpp MipsInstrInfo.cpp MipsISelDAGToDAG.cpp