From: Michael J. Spencer Date: Mon, 17 Oct 2011 17:50:39 +0000 (+0000) Subject: Fix CMake build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9904056a7061f6e42d38dd565c23990f0a56e9e1;p=oota-llvm.git Fix CMake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142204 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/CMakeLists.txt b/lib/Target/ARM/CMakeLists.txt index f045e839a61..d6a5c578472 100644 --- a/lib/Target/ARM/CMakeLists.txt +++ b/lib/Target/ARM/CMakeLists.txt @@ -26,7 +26,6 @@ add_llvm_target(ARMCodeGen ARMExpandPseudoInsts.cpp ARMFastISel.cpp ARMFrameLowering.cpp - ARMGlobalMerge.cpp ARMHazardRecognizer.cpp ARMISelDAGToDAG.cpp ARMISelLowering.cpp diff --git a/lib/Transforms/Scalar/CMakeLists.txt b/lib/Transforms/Scalar/CMakeLists.txt index 79bcae58250..a6f0cf3239a 100644 --- a/lib/Transforms/Scalar/CMakeLists.txt +++ b/lib/Transforms/Scalar/CMakeLists.txt @@ -7,6 +7,7 @@ add_llvm_library(LLVMScalarOpts DCE.cpp DeadStoreElimination.cpp EarlyCSE.cpp + GlobalMerge.cpp GVN.cpp IndVarSimplify.cpp JumpThreading.cpp