[dsymutil] Add DwarfLinker class.
authorFrederic Riss <friss@apple.com>
Wed, 28 Jan 2015 18:27:01 +0000 (18:27 +0000)
committerFrederic Riss <friss@apple.com>
Wed, 28 Jan 2015 18:27:01 +0000 (18:27 +0000)
commitb616a18f026b0492dd6117a912526303d67e87d5
tree68dda2aa873a5fa0db2e41062e9484f52fa48b6f
parent1135b0df02038cd947f75074d6a7b4df265d4b2c
[dsymutil] Add DwarfLinker class.

It's an empty shell for now. It's main method just opens the debug
map objects and parses their Dwarf info. Test that we at least do
that correctly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227337 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/dsymutil/basic-linking.test [new file with mode: 0644]
tools/dsymutil/CMakeLists.txt
tools/dsymutil/DwarfLinker.cpp
tools/dsymutil/LLVMBuild.txt
tools/dsymutil/Makefile