[llvm-commits] [llvm] r72078 - in /llvm/trunk/lib/CodeGen: AsmPrinter/CMakeLists.txt CMakeLists.txt

Mike Stump mrs at apple.com
Mon May 18 17:18:14 PDT 2009


Author: mrs
Date: Mon May 18 19:18:14 2009
New Revision: 72078

URL: http://llvm.org/viewvc/llvm-project?rev=72078&view=rev
Log:
Fix cmake builds.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/CMakeLists.txt
    llvm/trunk/lib/CodeGen/CMakeLists.txt

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/CMakeLists.txt?rev=72078&r1=72077&r2=72078&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/CMakeLists.txt (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/CMakeLists.txt Mon May 18 19:18:14 2009
@@ -1,5 +1,10 @@
 add_llvm_library(LLVMAsmPrinter
   AsmPrinter.cpp
+  DIE.cpp
+  DwarfDebug.cpp
+  DwarfException.cpp
+  DwarfLabel.cpp
+  DwarfPrinter.cpp
   DwarfWriter.cpp
   OcamlGCPrinter.cpp
   )

Modified: llvm/trunk/lib/CodeGen/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/CMakeLists.txt?rev=72078&r1=72077&r2=72078&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/CMakeLists.txt (original)
+++ llvm/trunk/lib/CodeGen/CMakeLists.txt Mon May 18 19:18:14 2009
@@ -49,6 +49,7 @@
   ShadowStackGC.cpp
   ShrinkWrapping.cpp
   SimpleRegisterCoalescing.cpp
+  Spiller.cpp
   StackProtector.cpp
   StackSlotColoring.cpp
   StrongPHIElimination.cpp





More information about the llvm-commits mailing list