forked from OSchip/llvm-project
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:
parent
b23b50d54d
commit
24a3724b04
|
@ -25,4 +25,5 @@ add_llvm_target(ARMCodeGen
|
|||
ARMTargetAsmInfo.cpp
|
||||
ARMTargetMachine.cpp
|
||||
ThumbInstrInfo.cpp
|
||||
ThumbRegisterInfo.cpp
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue