mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/main' into manual-main-merge
Conflicts:
- `lib/Driver/ToolChains.cpp` conflicting with the `addAllArgs` rename
for multiple options
This commit is contained in:
@@ -1397,3 +1397,7 @@ StringRef SerializedASTFile::getExportedModuleName() const {
|
||||
return name;
|
||||
return FileUnit::getExportedModuleName();
|
||||
}
|
||||
|
||||
StringRef SerializedASTFile::getPublicModuleName() const {
|
||||
return File.getPublicModuleName();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user