Skip to content

Commit

Permalink
Unbreak CMake build.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140655 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
tkremenek committed Sep 27, 2011
1 parent 13fd601 commit 833217b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/Target/ARM/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ add_llvm_target(ARMCodeGen
ARMMCInstLower.cpp
ARMRegisterInfo.cpp
ARMSelectionDAGInfo.cpp
ARMSjLjLoweringPass.cpp
ARMSubtarget.cpp
ARMTargetMachine.cpp
ARMTargetObjectFile.cpp
MLxExpansionPass.cpp
NEONMoveFix.cpp
Thumb1InstrInfo.cpp
Thumb1FrameLowering.cpp
Thumb1InstrInfo.cpp
Thumb1RegisterInfo.cpp
Thumb2ITBlockPass.cpp
Thumb2InstrInfo.cpp
Expand Down
2 changes: 1 addition & 1 deletion lib/Target/ARM/MCTargetDesc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
add_llvm_library(LLVMARMDesc
ARMAsmBackend.cpp
ARMMCTargetDesc.cpp
ARMMCAsmInfo.cpp
ARMMCCodeEmitter.cpp
ARMMCExpr.cpp
ARMMCTargetDesc.cpp
ARMMachObjectWriter.cpp
)
add_dependencies(LLVMARMDesc ARMCommonTableGen)
Expand Down

0 comments on commit 833217b

Please sign in to comment.