This should fix the build bot clang-cmake-armv7-a15-full failing on

the macho-archive-headers.test added with r226228.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226232 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Kevin Enderby 2015-01-16 00:27:31 +00:00
parent ab2315014e
commit 5d80532925

View File

@ -111,8 +111,6 @@ uint64_t Archive::Child::getSize() const {
}
uint64_t Archive::Child::getRawSize() const {
if (Parent->IsThin)
return getHeader()->getSize();
return Data.size();
}