aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-06-29 13:11:32 +0000
committerDuncan Sands <baldrick@free.fr>2009-06-29 13:11:32 +0000
commitc91e68a0c4b92bac36c1b03c734f8795a757e669 (patch)
treef594914f923f31ab91df8dd42faee8887b8dc5de
parent055b0310f862b91f33699037ce67d3ab8137c20c (diff)
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
-rw-r--r--lib/Target/ARM/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/CMakeLists.txt b/lib/Target/ARM/CMakeLists.txt
index e665ed94d0..8f0c39567c 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
)