From: Duncan Sands Date: Mon, 29 Jun 2009 13:11:32 +0000 (+0000) Subject: Include the new file ThumbRegisterInfo.cpp to CMakeLists.txt X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c91e68a0c4b92bac36c1b03c734f8795a757e669;p=oota-llvm.git Include the new file ThumbRegisterInfo.cpp to CMakeLists.txt to make sure ThumbRegisterInfo.cpp are compiled and linked in. Patch by Xerxes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74421 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/CMakeLists.txt b/lib/Target/ARM/CMakeLists.txt index e665ed94d09..8f0c39567c9 100644 --- a/lib/Target/ARM/CMakeLists.txt +++ b/lib/Target/ARM/CMakeLists.txt @@ -25,4 +25,5 @@ add_llvm_target(ARMCodeGen ARMTargetAsmInfo.cpp ARMTargetMachine.cpp ThumbInstrInfo.cpp + ThumbRegisterInfo.cpp )