From c91e68a0c4b92bac36c1b03c734f8795a757e669 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 29 Jun 2009 13:11:32 +0000 Subject: [PATCH] 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 --- lib/Target/ARM/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 ) -- 2.34.1