From: Oscar Fuentes Date: Wed, 6 May 2009 20:40:05 +0000 (+0000) Subject: CMake: Updated lib/Target/PIC16/CMakeLists.txt. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d5e8d821dd30b2deecf09b230a525814d58b69c0;p=oota-llvm.git CMake: Updated lib/Target/PIC16/CMakeLists.txt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71115 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PIC16/CMakeLists.txt b/lib/Target/PIC16/CMakeLists.txt index 5e94795cf73..6ddb37df038 100644 --- a/lib/Target/PIC16/CMakeLists.txt +++ b/lib/Target/PIC16/CMakeLists.txt @@ -15,6 +15,7 @@ add_llvm_target(PIC16 PIC16InstrInfo.cpp PIC16ISelDAGToDAG.cpp PIC16ISelLowering.cpp + PIC16MemSelOpt.cpp PIC16RegisterInfo.cpp PIC16Subtarget.cpp PIC16TargetAsmInfo.cpp