From: Douglas Gregor Date: Sun, 25 Jul 2010 17:10:14 +0000 (+0000) Subject: Unbreak CMake build X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1984d98376c1cb8a55f062f0e33308beb222b23a;p=oota-llvm.git Unbreak CMake build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109372 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/CMakeLists.txt b/lib/Target/ARM/CMakeLists.txt index b487dd628ae..f865573044b 100644 --- a/lib/Target/ARM/CMakeLists.txt +++ b/lib/Target/ARM/CMakeLists.txt @@ -22,6 +22,7 @@ add_llvm_target(ARMCodeGen ARMConstantPoolValue.cpp ARMExpandPseudoInsts.cpp ARMFastISel.cpp + ARMGlobalMerge.cpp ARMISelDAGToDAG.cpp ARMISelLowering.cpp ARMInstrInfo.cpp