From 08b7daf3ffa029c742e38bba6ced2b94b1367792 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 6 Jul 2009 14:28:32 +0000 Subject: [PATCH] =?utf8?q?Fix=20the=20cmake=20build=20-=20patch=20by=20Xer?= =?utf8?q?xes=20R=C3=A5nby.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74825 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 48f17d0d04c..58c879e5d5f 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -31,6 +31,7 @@ add_llvm_library(LLVMCodeGen MachineRegisterInfo.cpp MachineSink.cpp MachineVerifier.cpp + ObjectCodeEmitter.cpp OcamlGC.cpp PBQP.cpp PHIElimination.cpp -- 2.34.1