From 214e46eac77bcea2b57d0d454a2dda1d97e979fb Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Thu, 22 Jul 2010 06:00:01 +0000 Subject: [PATCH] Update CMake files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109081 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 28f440a767b..db8087ca1f6 100644 --- a/lib/Target/ARM/CMakeLists.txt +++ b/lib/Target/ARM/CMakeLists.txt @@ -21,6 +21,7 @@ add_llvm_target(ARMCodeGen ARMConstantIslandPass.cpp ARMConstantPoolValue.cpp ARMExpandPseudoInsts.cpp + ARMFastISel.cpp ARMISelDAGToDAG.cpp ARMISelLowering.cpp ARMInstrInfo.cpp -- 2.34.1