summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-05-19 00:18:14 +0000
committerMike Stump <mrs@apple.com>2009-05-19 00:18:14 +0000
commitebf04f2843093aa5ef8eebc80b19f414bd77e472 (patch)
tree69f92a4983b243cef19f0c3606c8393d2a133f1f /llvm/lib/CodeGen
parent36a70867f436b7851a80ecbab50e74eb8bdae265 (diff)
downloadbcm5719-llvm-ebf04f2843093aa5ef8eebc80b19f414bd77e472.tar.gz
bcm5719-llvm-ebf04f2843093aa5ef8eebc80b19f414bd77e472.zip
Fix cmake builds.
llvm-svn: 72078
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt5
-rw-r--r--llvm/lib/CodeGen/CMakeLists.txt1
2 files changed, 6 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
index 7ed5f97dbd5..066aaab48cc 100644
--- a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
+++ b/llvm/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/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt
index 2866e0eec18..1beab0441c7 100644
--- a/llvm/lib/CodeGen/CMakeLists.txt
+++ b/llvm/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
OpenPOWER on IntegriCloud