forked from OSchip/llvm-project
Initialize a variable properly to fix buildbots.
llvm-svn: 336700
This commit is contained in:
parent
9f6302e950
commit
2b9b85f2bf
|
@ -707,7 +707,7 @@ private:
|
|||
uint64_t SymtabSize = 0;
|
||||
uint64_t ConstantPoolOffset;
|
||||
uint64_t CuVectorsPoolSize = 0;
|
||||
uint64_t StringPoolSize;
|
||||
uint64_t StringPoolSize = 0;
|
||||
uint64_t TotalSize;
|
||||
|
||||
std::vector<uint32_t> CuVectorOffsets;
|
||||
|
|
Loading…
Reference in New Issue