1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Add ThumbInstrInfo.cpp to the CMake makefiles

llvm-svn: 74382
This commit is contained in:
Douglas Gregor 2009-06-27 07:44:59 +00:00
parent 4d88bfc0d6
commit 6ee152cc94

View File

@ -24,4 +24,5 @@ add_llvm_target(ARMCodeGen
ARMSubtarget.cpp
ARMTargetAsmInfo.cpp
ARMTargetMachine.cpp
ThumbInstrInfo.cpp
)