mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Kill [stdlib] attribute.
Now that we have true serialized modules, the standard library can import the Builtin module without any special direction (beyond -parse-stdlib), and anyone can include those modules without special direction. Swift SVN r6752
This commit is contained in:
@@ -119,8 +119,7 @@ static Module *makeTU(ASTContext &ctx, AccessPathElem moduleID,
|
||||
|
||||
|
||||
Module *SerializedModuleLoader::loadModule(SourceLoc importLoc,
|
||||
Module::AccessPathTy path,
|
||||
bool isStdlibImport) {
|
||||
Module::AccessPathTy path) {
|
||||
|
||||
// FIXME: Swift submodules?
|
||||
if (path.size() > 1)
|
||||
|
||||
Reference in New Issue
Block a user