[llvm-commits] [llvm] r78475 - /llvm/trunk/lib/Target/ARM/CMakeLists.txt

Daniel Dunbar daniel at zuster.org
Sat Aug 8 10:03:13 PDT 2009


Author: ddunbar
Date: Sat Aug  8 12:03:13 2009
New Revision: 78475

URL: http://llvm.org/viewvc/llvm-project?rev=78475&view=rev
Log:
Update CMake

Modified:
    llvm/trunk/lib/Target/ARM/CMakeLists.txt

Modified: llvm/trunk/lib/Target/ARM/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/CMakeLists.txt?rev=78475&r1=78474&r2=78475&view=diff

==============================================================================
--- llvm/trunk/lib/Target/ARM/CMakeLists.txt (original)
+++ llvm/trunk/lib/Target/ARM/CMakeLists.txt Sat Aug  8 12:03:13 2009
@@ -32,6 +32,7 @@
   Thumb2ITBlockPass.cpp
   Thumb2InstrInfo.cpp
   Thumb2RegisterInfo.cpp
+  Thumb2SizeReduction.cpp
   )
 
 target_link_libraries (LLVMARMCodeGen LLVMSelectionDAG)





More information about the llvm-commits mailing list