forked from OSchip/llvm-project
This should fix the build bot clang-cmake-armv7-a15-full failing on
the macho-archive-headers.test added with r226228. llvm-svn: 226232
This commit is contained in:
parent
3f194f7997
commit
a975d4df1d
|
@ -111,8 +111,6 @@ uint64_t Archive::Child::getSize() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
uint64_t Archive::Child::getRawSize() const {
|
uint64_t Archive::Child::getRawSize() const {
|
||||||
if (Parent->IsThin)
|
|
||||||
return getHeader()->getSize();
|
|
||||||
return Data.size();
|
return Data.size();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue