From 57cbd99d5d58a7ee05e06e5468b7c58c601e252f Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Wed, 19 Nov 2008 18:42:25 +0000 Subject: [PATCH] CMake: Removed source file from lib/Target/PIC16/CMakeLists.txt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59655 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PIC16/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Target/PIC16/CMakeLists.txt b/lib/Target/PIC16/CMakeLists.txt index 029a7511fdd..5e94795cf73 100644 --- a/lib/Target/PIC16/CMakeLists.txt +++ b/lib/Target/PIC16/CMakeLists.txt @@ -12,7 +12,6 @@ tablegen(PIC16GenSubtarget.inc -gen-subtarget) add_llvm_target(PIC16 PIC16AsmPrinter.cpp - PIC16ConstantPoolValue.cpp PIC16InstrInfo.cpp PIC16ISelDAGToDAG.cpp PIC16ISelLowering.cpp