aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/CMakeLists.txt
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-05-07 16:22:32 +0000
committerDan Gohman <gohman@apple.com>2010-05-07 16:22:32 +0000
commitef0b14593bb8dd5651606925584adb1ac1096ba5 (patch)
tree887bc7f2ed8e1ee5820974931b75c4bf8cb76ab0 /lib/Analysis/CMakeLists.txt
parentc014d0963e50deb5cfdc49e3abb4ba21db099a2e (diff)
downloadexternal_llvm-ef0b14593bb8dd5651606925584adb1ac1096ba5.zip
external_llvm-ef0b14593bb8dd5651606925584adb1ac1096ba5.tar.gz
external_llvm-ef0b14593bb8dd5651606925584adb1ac1096ba5.tar.bz2
Add a simple module-level debug info printer. It just sets up a
DebugInfoFinder and iterates over all the contents calling print. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103262 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CMakeLists.txt')
-rw-r--r--lib/Analysis/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt
index ad05dd9..5a37ce0 100644
--- a/lib/Analysis/CMakeLists.txt
+++ b/lib/Analysis/CMakeLists.txt
@@ -28,6 +28,7 @@ add_llvm_library(LLVMAnalysis
LoopPass.cpp
MemoryBuiltins.cpp
MemoryDependenceAnalysis.cpp
+ ModuleDebugInfoPrinter.cpp
PHITransAddr.cpp
PointerTracking.cpp
PostDominators.cpp