Include the new file ThumbRegisterInfo.cpp to CMakeLists.txt
authorDuncan Sands <baldrick@free.fr>
Mon, 29 Jun 2009 13:11:32 +0000 (13:11 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 29 Jun 2009 13:11:32 +0000 (13:11 +0000)
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

index e665ed94d09fccdc45e99473b755e1fe7bd71744..8f0c39567c9fc50256ee1f746f185e91e2723acf 100644 (file)
@@ -25,4 +25,5 @@ add_llvm_target(ARMCodeGen
   ARMTargetAsmInfo.cpp
   ARMTargetMachine.cpp
   ThumbInstrInfo.cpp
+  ThumbRegisterInfo.cpp
   )