From: Douglas Gregor Date: Mon, 24 Oct 2011 18:09:23 +0000 (+0000) Subject: Unbreak CMake build X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=91336cde455c21429ae89c075a435503d1e84686;p=oota-llvm.git Unbreak CMake build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142821 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/CMakeLists.txt b/lib/CodeGen/SelectionDAG/CMakeLists.txt index 2282f0e6eb8..2c8d81a9a91 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