diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-08-08 17:03:13 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-08-08 17:03:13 +0000 |
commit | cf1e764a1c1a15f3710ca41ecad5662527fca21f (patch) | |
tree | 28d1e0296101bd436eec718456c0fc261721eeba | |
parent | 6349668fca491cfe1bf7c754fa0d7eb4255023b1 (diff) |
Update CMake
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78475 91177308-0d34-0410-b5e6-96231b3b80d8
-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 033da81a18..39d9f29623 100644 --- a/lib/Target/ARM/CMakeLists.txt +++ b/lib/Target/ARM/CMakeLists.txt @@ -32,6 +32,7 @@ add_llvm_target(ARMCodeGen Thumb2ITBlockPass.cpp Thumb2InstrInfo.cpp Thumb2RegisterInfo.cpp + Thumb2SizeReduction.cpp ) target_link_libraries (LLVMARMCodeGen LLVMSelectionDAG) |