mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add -package-name flag
De/serialize package name in module binary Resoles rdar://103531218, rdar://103531208
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user