When importing the parent module, module initializers in submodules should be emitted. rdar://28740482 llvm-svn: 284263
In r276159, we started to defer emitting initializers for VarDecls, but forgot to add the initializers for non-C++ language. rdar://28740482 llvm-svn: 284142