From: Rafael Espindola Date: Wed, 4 May 2011 18:46:56 +0000 (+0000) Subject: Fix cmake build. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6af0b762db2a658ae6186b045d5b1474f0106954;p=oota-llvm.git Fix cmake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130850 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/CMakeLists.txt b/lib/Target/Mips/CMakeLists.txt index 8939b0a87a5..fd16516f385 100644 --- a/lib/Target/Mips/CMakeLists.txt +++ b/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