Add ThumbInstrInfo.cpp to the CMake makefiles
authorDouglas Gregor <dgregor@apple.com>
Sat, 27 Jun 2009 07:44:59 +0000 (07:44 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 27 Jun 2009 07:44:59 +0000 (07:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74382 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/CMakeLists.txt

index 2ac40f5354972d6d298844db15ddea2f06993b67..e665ed94d09fccdc45e99473b755e1fe7bd71744 100644 (file)
@@ -24,4 +24,5 @@ add_llvm_target(ARMCodeGen
   ARMSubtarget.cpp
   ARMTargetAsmInfo.cpp
   ARMTargetMachine.cpp
+  ThumbInstrInfo.cpp
   )