Tentative fix for r351701 and gcc 6.2 build on ubuntu

llvm-svn: 351728
This commit is contained in:
Serge Guelton
2019-01-21 07:44:52 +00:00
parent dca1252a5b
commit 52d777fc4f

View File

@@ -316,8 +316,9 @@ private:
size_t StartIndex = 0;
struct PageBlock {
size_t FirstIndex = 0;
size_t Count = 0;
size_t FirstIndex;
size_t Count;
PageBlock() : FirstIndex(0), Count(0) {}
};
// Map output sections referenced by MIPS GOT relocations