]> granicus.if.org Git - llvm/commit
dsymutil: don't copy compile units without children from PCM files
authorAdrian Prantl <aprantl@apple.com>
Tue, 22 Aug 2017 01:10:48 +0000 (01:10 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 22 Aug 2017 01:10:48 +0000 (01:10 +0000)
commit88b828e2532e11d6bb309cdc39df08445b5debca
tree69e22f9c0617d6c29462c225abd4c0b37f62457e
parentec925a2578a7aeec1bf5190179b191f21a3eefab
dsymutil: don't copy compile units without children from PCM files

rdar://problem/33830532

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