aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-04 19:09:29 +0000
committerChris Lattner <sabre@nondot.org>2010-04-04 19:09:29 +0000
commit7e1a8f882f1baa1c0d5204373d6eb4cb7fc9f3ea (patch)
treeb210f923af32c6032251bc09c77b82ca460f93ec /lib/CodeGen/AsmPrinter/CMakeLists.txt
parent17fedf216bc10c66e02694854f522cb602097005 (diff)
downloadexternal_llvm-7e1a8f882f1baa1c0d5204373d6eb4cb7fc9f3ea.zip
external_llvm-7e1a8f882f1baa1c0d5204373d6eb4cb7fc9f3ea.tar.gz
external_llvm-7e1a8f882f1baa1c0d5204373d6eb4cb7fc9f3ea.tar.bz2
move uleb/sleb printing into AsmPrinter from DwarfPrinter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100344 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/CMakeLists.txt')
-rw-r--r--lib/CodeGen/AsmPrinter/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/CMakeLists.txt b/lib/CodeGen/AsmPrinter/CMakeLists.txt
index 824e71e..b8e24fe 100644
--- a/lib/CodeGen/AsmPrinter/CMakeLists.txt
+++ b/lib/CodeGen/AsmPrinter/CMakeLists.txt
@@ -1,5 +1,6 @@
add_llvm_library(LLVMAsmPrinter
AsmPrinter.cpp
+ AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
DIE.cpp
DwarfDebug.cpp