From: Anton Korobeynikov Date: Mon, 15 Feb 2010 22:55:13 +0000 (+0000) Subject: Add missed entry to cmake build list file X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=04c60d9535f0824f16bf6b48b820349db7241d90;p=oota-llvm.git Add missed entry to cmake build list file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96292 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 46d3268259c..62cf33900d6 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -67,6 +67,7 @@ add_llvm_library(LLVMCodeGen StrongPHIElimination.cpp TailDuplication.cpp TargetInstrInfoImpl.cpp + TargetLoweringObjectFileImpl.cpp TwoAddressInstructionPass.cpp UnreachableBlockElim.cpp VirtRegMap.cpp