From: Dylan Noblesmith Date: Thu, 1 Dec 2011 21:49:23 +0000 (+0000) Subject: CodeGen: fix CMake build X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fe0926d7738ec9b1f85b12b8507d5d5bbdfbd32b;p=oota-llvm.git CodeGen: fix CMake build Missing file from r145629. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145634 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 8de966d9ba9..dede072fb0c 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -9,6 +9,7 @@ add_llvm_library(LLVMCodeGen CodePlacementOpt.cpp CriticalAntiDepBreaker.cpp DeadMachineInstructionElim.cpp + DFAPacketizer.cpp DwarfEHPrepare.cpp EdgeBundles.cpp ELFCodeEmitter.cpp