aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2010-02-15 22:55:13 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2010-02-15 22:55:13 +0000
commit04c60d9535f0824f16bf6b48b820349db7241d90 (patch)
tree7c3f45413f8b582e8c1eb3a7f16244bfcc872426
parent0b2173069688cae0321b05714f16a8886834cfe6 (diff)
downloadexternal_llvm-04c60d9535f0824f16bf6b48b820349db7241d90.zip
external_llvm-04c60d9535f0824f16bf6b48b820349db7241d90.tar.gz
external_llvm-04c60d9535f0824f16bf6b48b820349db7241d90.tar.bz2
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
-rw-r--r--lib/CodeGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index 46d3268..62cf339 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