Add -package-name flag

De/serialize package name in module binary
Resoles rdar://103531218, rdar://103531208
This commit is contained in:
Ellie Shin
2022-12-14 15:49:09 -08:00
parent cfe49a0f9b
commit 72ee150982
14 changed files with 67 additions and 0 deletions

View File

@@ -82,6 +82,9 @@ class ModuleFileSharedCore {
/// The module ABI name.
StringRef ModuleABIName;
/// The name of the package this module belongs to.
StringRef ModulePackageName;
/// \c true if this module has incremental dependency information.
bool HasIncrementalInfo = false;