mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 14:50:42 +08:00
Tentative fix for r351701 and gcc 6.2 build on ubuntu
llvm-svn: 351728
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user