aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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
commitbba01aa595de1de7df8bb731cd11291500d7fc11 (patch)
treef594914f923f31ab91df8dd42faee8887b8dc5de /lib
parent532cdc58e657497cde9cfb163b37c08057ad387a (diff)
downloadexternal_llvm-bba01aa595de1de7df8bb731cd11291500d7fc11.zip
external_llvm-bba01aa595de1de7df8bb731cd11291500d7fc11.tar.gz
external_llvm-bba01aa595de1de7df8bb731cd11291500d7fc11.tar.bz2
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
Diffstat (limited to 'lib')
-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 e665ed9..8f0c395 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
)