Include the new file ThumbRegisterInfo.cpp to CMakeLists.txt

to make sure ThumbRegisterInfo.cpp are compiled and linked in.
Patch by Xerxes.

llvm-svn: 74421
This commit is contained in:
Duncan Sands 2009-06-29 13:11:32 +00:00
parent b23b50d54d
commit 24a3724b04
1 changed files with 1 additions and 0 deletions

View File

@ -25,4 +25,5 @@ add_llvm_target(ARMCodeGen
ARMTargetAsmInfo.cpp
ARMTargetMachine.cpp
ThumbInstrInfo.cpp
ThumbRegisterInfo.cpp
)