dsymutil: Follow references to clang modules and recursively clone the
authorAdrian Prantl <aprantl@apple.com>
Tue, 22 Sep 2015 22:20:50 +0000 (22:20 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 22 Sep 2015 22:20:50 +0000 (22:20 +0000)
commitd2136b34aab25247172a4ed5d9b87b6846ac0fb3
tree5663637b0bd19039320c939a6dcd7f308e322e86
parent831687d1576efd003b20c0574831bdf2ce317e60
dsymutil: Follow references to clang modules and recursively clone the
debug info.

This does not yet resolve external type references.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248331 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/dsymutil/Inputs/modules/1.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/modules/Bar.pcm [new file with mode: 0644]
test/tools/dsymutil/Inputs/modules/Foo.pcm [new file with mode: 0644]
test/tools/dsymutil/X86/lit.local.cfg
test/tools/dsymutil/X86/modules.m [new file with mode: 0644]
tools/dsymutil/DwarfLinker.cpp