From: Mike Stump Date: Tue, 19 May 2009 00:18:14 +0000 (+0000) Subject: Fix cmake builds. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1d4c73860339f8eccf876635a0409e01e7062d8c;p=oota-llvm.git Fix cmake builds. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72078 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/CMakeLists.txt b/lib/CodeGen/AsmPrinter/CMakeLists.txt index 7ed5f97dbd5..066aaab48cc 100644 --- a/lib/CodeGen/AsmPrinter/CMakeLists.txt +++ b/lib/CodeGen/AsmPrinter/CMakeLists.txt @@ -1,5 +1,10 @@ add_llvm_library(LLVMAsmPrinter AsmPrinter.cpp + DIE.cpp + DwarfDebug.cpp + DwarfException.cpp + DwarfLabel.cpp + DwarfPrinter.cpp DwarfWriter.cpp OcamlGCPrinter.cpp ) diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 2866e0eec18..1beab0441c7 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -49,6 +49,7 @@ add_llvm_library(LLVMCodeGen ShadowStackGC.cpp ShrinkWrapping.cpp SimpleRegisterCoalescing.cpp + Spiller.cpp StackProtector.cpp StackSlotColoring.cpp StrongPHIElimination.cpp