Mercurial > hg > CbC > CbC_llvm
diff lib/Object/Archive.cpp @ 134:3a76565eade5 LLVM5.0.1
update 5.0.1
author | mir3636 |
---|---|
date | Sat, 17 Feb 2018 09:57:20 +0900 |
parents | 803732b1fca8 |
children | c2174574ed3a |
line wrap: on
line diff
--- a/lib/Object/Archive.cpp Fri Feb 16 19:10:49 2018 +0900 +++ b/lib/Object/Archive.cpp Sat Feb 17 09:57:20 2018 +0900 @@ -801,7 +801,7 @@ Offsets += sizeof(uint64_t); else Offsets += sizeof(uint32_t); - uint32_t Offset = 0; + uint64_t Offset = 0; if (Parent->kind() == K_GNU) { Offset = read32be(Offsets + SymbolIndex * 4); } else if (Parent->kind() == K_GNU64) {