summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-09-13 19:42:23 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-09-13 19:42:23 +0000
commitaa2f78f5e6cf071a335f7a05ca48cf4df385a172 (patch)
treed452ecb21885103e72ca6a8df7d7b78abfadeb5a /llvm/lib/CMakeLists.txt
parent88a1d9fc0043f23fe8722cf0949335f41b123f19 (diff)
downloadbcm5719-llvm-aa2f78f5e6cf071a335f7a05ca48cf4df385a172.tar.gz
bcm5719-llvm-aa2f78f5e6cf071a335f7a05ca48cf4df385a172.zip
Sketch out a DWARF parser.
This introduces a new library to LLVM: libDebugInfo. It will provide debug information parsing to LLVM. Much of the design and some of the code is taken from the LLDB project. It also contains an llvm-dwarfdump tool that can dump the abbrevs and DIEs from an object file. It can be used to write tests for DWARF input and output easily. llvm-svn: 139627
Diffstat (limited to 'llvm/lib/CMakeLists.txt')
-rw-r--r--llvm/lib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CMakeLists.txt b/llvm/lib/CMakeLists.txt
index 80118f08191..45fa443ea72 100644
--- a/llvm/lib/CMakeLists.txt
+++ b/llvm/lib/CMakeLists.txt
@@ -9,6 +9,7 @@ add_subdirectory(Analysis)
add_subdirectory(MC)
add_subdirectory(CompilerDriver)
add_subdirectory(Object)
+add_subdirectory(DebugInfo)
add_subdirectory(ExecutionEngine)
add_subdirectory(Target)
add_subdirectory(AsmParser)
OpenPOWER on IntegriCloud