aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/CMakeLists.txt
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
commit1d4c73860339f8eccf876635a0409e01e7062d8c (patch)
treeac9bb2c4cdd9cf6fc942edff075e3b9abf0f6cfa /lib/CodeGen/AsmPrinter/CMakeLists.txt
parent71417827e8d8b42be7ca903295d42891c2a002b8 (diff)
downloadexternal_llvm-1d4c73860339f8eccf876635a0409e01e7062d8c.zip
external_llvm-1d4c73860339f8eccf876635a0409e01e7062d8c.tar.gz
external_llvm-1d4c73860339f8eccf876635a0409e01e7062d8c.tar.bz2
Fix cmake builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72078 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/CMakeLists.txt')
-rw-r--r--lib/CodeGen/AsmPrinter/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/CMakeLists.txt b/lib/CodeGen/AsmPrinter/CMakeLists.txt
index 7ed5f97..066aaab 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
)