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
This commit is contained in:
Duncan Sands 2009-06-29 13:11:32 +00:00
parent 055b0310f8
commit c91e68a0c4

View File

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