Fix cmake builds.
authorMike Stump <mrs@apple.com>
Tue, 19 May 2009 00:18:14 +0000 (00:18 +0000)
committerMike Stump <mrs@apple.com>
Tue, 19 May 2009 00:18:14 +0000 (00:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72078 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/CMakeLists.txt
lib/CodeGen/CMakeLists.txt

index 7ed5f97dbd5d55656a52ea51e4b1b65203a5e04f..066aaab48cc7247dc2ca4cf81c7bfe235b0b6aa5 100644 (file)
@@ -1,5 +1,10 @@
 add_llvm_library(LLVMAsmPrinter
   AsmPrinter.cpp
+  DIE.cpp
+  DwarfDebug.cpp
+  DwarfException.cpp
+  DwarfLabel.cpp
+  DwarfPrinter.cpp
   DwarfWriter.cpp
   OcamlGCPrinter.cpp
   )
index 2866e0eec18a1b0c25f30e63a6afaa053a06d860..1beab0441c7e318b72d084a987fca1d9f5d649da 100644 (file)
@@ -49,6 +49,7 @@ add_llvm_library(LLVMCodeGen
   ShadowStackGC.cpp
   ShrinkWrapping.cpp
   SimpleRegisterCoalescing.cpp
+  Spiller.cpp
   StackProtector.cpp
   StackSlotColoring.cpp
   StrongPHIElimination.cpp