forked from OSchip/llvm-project
parent
6fb163162e
commit
f331a6642b
|
@ -2816,7 +2816,7 @@ void ASTWriter::WriteSubmodules(Module *WritingModule) {
|
|||
RecordData::value_type Record[] = {SUBMODULE_DEFINITION,
|
||||
ID,
|
||||
ParentID,
|
||||
Mod->Kind,
|
||||
(RecordData::value_type)Mod->Kind,
|
||||
Mod->IsFramework,
|
||||
Mod->IsExplicit,
|
||||
Mod->IsSystem,
|
||||
|
|
Loading…
Reference in New Issue