mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
In the REPL, allow access to the Builtin module if explicitly imported,
there is no reason to deny it and it could be theoretically useful. Swift SVN r5779
This commit is contained in:
@@ -980,7 +980,7 @@ public:
|
||||
CmdLine(CmdLine),
|
||||
Comp(new (Context.Allocate<Component>(1)) Component()),
|
||||
TU(new (Context) TranslationUnit(Context.getIdentifier("REPL"),
|
||||
Comp, Context, TranslationUnit::Repl)),
|
||||
Comp, Context, TranslationUnit::REPL)),
|
||||
RanGlobalInitializers(false),
|
||||
Module("REPL", LLVMContext),
|
||||
DumpModule("REPL", LLVMContext),
|
||||
|
||||
Reference in New Issue
Block a user