From e731fa2957604b0a5d3964d927130ec58e457abe Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 2 Dec 2009 22:19:31 +0000 Subject: [PATCH] Fix CMake makefiles git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90354 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 1439f418e8c..1fac39512c7 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -35,6 +35,7 @@ add_llvm_library(LLVMCodeGen MachinePassRegistry.cpp MachineRegisterInfo.cpp MachineSink.cpp + MachineSSAUpdater.cpp MachineVerifier.cpp MaxStackAlignment.cpp ObjectCodeEmitter.cpp