[llvm-commits] [llvm] r96292 - /llvm/trunk/lib/CodeGen/CMakeLists.txt

Anton Korobeynikov asl at math.spbu.ru
Mon Feb 15 14:55:18 PST 2010


Author: asl
Date: Mon Feb 15 16:55:13 2010
New Revision: 96292

URL: http://llvm.org/viewvc/llvm-project?rev=96292&view=rev
Log:
Add missed entry to cmake build list file

Modified:
    llvm/trunk/lib/CodeGen/CMakeLists.txt

Modified: llvm/trunk/lib/CodeGen/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/CMakeLists.txt?rev=96292&r1=96291&r2=96292&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/CMakeLists.txt (original)
+++ llvm/trunk/lib/CodeGen/CMakeLists.txt Mon Feb 15 16:55:13 2010
@@ -67,6 +67,7 @@
   StrongPHIElimination.cpp
   TailDuplication.cpp
   TargetInstrInfoImpl.cpp
+  TargetLoweringObjectFileImpl.cpp
   TwoAddressInstructionPass.cpp
   UnreachableBlockElim.cpp
   VirtRegMap.cpp





More information about the llvm-commits mailing list