diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-07-25 17:10:14 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-07-25 17:10:14 +0000 |
commit | 1984d98376c1cb8a55f062f0e33308beb222b23a (patch) | |
tree | dbbf135d39566d8d3c41b16a6a42cd4f368b86b6 /lib/Target/ARM | |
parent | 3f92f73970862c1926b4c70fe097c979de5f02d0 (diff) | |
download | external_llvm-1984d98376c1cb8a55f062f0e33308beb222b23a.zip external_llvm-1984d98376c1cb8a55f062f0e33308beb222b23a.tar.gz external_llvm-1984d98376c1cb8a55f062f0e33308beb222b23a.tar.bz2 |
Unbreak CMake build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109372 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM')
-rw-r--r-- | lib/Target/ARM/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/CMakeLists.txt b/lib/Target/ARM/CMakeLists.txt index b487dd6..f865573 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 |