From e805b16e3dde4bc56b79f14f52761427014fd7c7 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 20 Dec 2011 08:42:11 +0000 Subject: Fix up the CMake build for the new files added in r146960, they're likely to stay either way that discussion ends up resolving itself. llvm-svn: 146966 --- llvm/lib/CodeGen/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/lib/CodeGen') diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 7aee3bb8532..09d109b7bc2 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -24,6 +24,7 @@ add_llvm_library(LLVMCodeGen InlineSpiller.cpp InterferenceCache.cpp IntrinsicLowering.cpp + JITCodeEmitter.cpp LLVMTargetMachine.cpp LatencyPriorityQueue.cpp LexicalScopes.cpp @@ -40,6 +41,7 @@ add_llvm_library(LLVMCodeGen MachineBlockFrequencyInfo.cpp MachineBlockPlacement.cpp MachineBranchProbabilityInfo.cpp + MachineCodeEmitter.cpp MachineCSE.cpp MachineDominators.cpp MachineFunction.cpp -- cgit v1.2.3