dsymutil: Also ignore the ByteSize when building the DeclContext cache for
authorAdrian Prantl <aprantl@apple.com>
Fri, 2 Oct 2015 00:27:08 +0000 (00:27 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 2 Oct 2015 00:27:08 +0000 (00:27 +0000)
commitbc01088257ad46b5c34712954edd2c4a2acce7ad
tree748a92aa3a1a25addc434ac01c1fa2476c08ca8d
parent55928e792ccb52394608ef2033cb2c4b490f30bf
dsymutil: Also ignore the ByteSize when building the DeclContext cache for
clang modules.

Forward decls of ObjC interfaces don't have a bytesize.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249110 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/dsymutil/Inputs/modules/1.o
test/tools/dsymutil/Inputs/modules/Bar.pcm
test/tools/dsymutil/Inputs/modules/Foo.pcm
test/tools/dsymutil/X86/modules.m
tools/dsymutil/DwarfLinker.cpp