From: Douglas Gregor Date: Sat, 27 Jun 2009 07:44:59 +0000 (+0000) Subject: Add ThumbInstrInfo.cpp to the CMake makefiles X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1b573d8b206d5d1a13cbf46b859e35e9fbeb3738;p=oota-llvm.git Add ThumbInstrInfo.cpp to the CMake makefiles git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74382 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/CMakeLists.txt b/lib/Target/ARM/CMakeLists.txt index 2ac40f53549..e665ed94d09 100644 --- a/lib/Target/ARM/CMakeLists.txt +++ b/lib/Target/ARM/CMakeLists.txt @@ -24,4 +24,5 @@ add_llvm_target(ARMCodeGen ARMSubtarget.cpp ARMTargetAsmInfo.cpp ARMTargetMachine.cpp + ThumbInstrInfo.cpp )