forked from OSchip/llvm-project
parent
de1e5b8dfd
commit
fd832395b1
|
@ -3833,7 +3833,7 @@ ASTReader::ReadASTCore(StringRef FileName,
|
|||
|
||||
ModuleFile &F = *M;
|
||||
BitstreamCursor &Stream = F.Stream;
|
||||
Stream.init(F.StreamFile);
|
||||
Stream.init(&F.StreamFile);
|
||||
F.SizeInBits = F.Buffer->getBufferSize() * 8;
|
||||
|
||||
// Sniff for the signature.
|
||||
|
|
Loading…
Reference in New Issue