mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 05:22:04 +00:00
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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user