From 030019f113114184266910625b9074c4f1e1d97c Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Wed, 3 Jun 2009 15:29:09 +0000 Subject: CMake: Added missing source file to lib/CodeGen/CMakeLists.txt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72775 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/CodeGen/CMakeLists.txt') diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index ca4b31c..89aebd8 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -16,6 +16,7 @@ add_llvm_library(LLVMCodeGen LiveStackAnalysis.cpp LiveVariables.cpp LowerSubregs.cpp + MachOCodeEmitter.cpp MachOWriter.cpp MachineBasicBlock.cpp MachineDominators.cpp -- cgit v1.1