From 1b573d8b206d5d1a13cbf46b859e35e9fbeb3738 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sat, 27 Jun 2009 07:44:59 +0000 Subject: [PATCH] Add ThumbInstrInfo.cpp to the CMake makefiles git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74382 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 ) -- 2.34.1