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

Eli Friedman eli.friedman at gmail.com
Sun May 24 02:13:40 PDT 2009


Author: efriedma
Date: Sun May 24 04:13:13 2009
New Revision: 72360

URL: http://llvm.org/viewvc/llvm-project?rev=72360&view=rev
Log:
Update for CMakeLists; untested, so tell me if there are issues.


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

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

==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/CMakeLists.txt (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/CMakeLists.txt Sun May 24 04:13:13 2009
@@ -7,6 +7,7 @@
   LegalizeIntegerTypes.cpp
   LegalizeTypes.cpp
   LegalizeTypesGeneric.cpp
+  LegalizeVectorOps.cpp
   LegalizeVectorTypes.cpp
   ScheduleDAGSDNodes.cpp
   ScheduleDAGSDNodesEmit.cpp





More information about the llvm-commits mailing list