From 91336cde455c21429ae89c075a435503d1e84686 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 24 Oct 2011 18:09:23 +0000 Subject: Unbreak CMake build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142821 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CodeGen/SelectionDAG/CMakeLists.txt b/lib/CodeGen/SelectionDAG/CMakeLists.txt index 2282f0e6eb..2c8d81a9a9 100644 --- a/lib/CodeGen/SelectionDAG/CMakeLists.txt +++ b/lib/CodeGen/SelectionDAG/CMakeLists.txt @@ -17,6 +17,7 @@ add_llvm_library(LLVMSelectionDAG SelectionDAG.cpp SelectionDAGBuilder.cpp SelectionDAGISel.cpp + SelectionDAGList.cpp SelectionDAGPrinter.cpp TargetLowering.cpp TargetSelectionDAGInfo.cpp -- cgit v1.2.3