mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL: Remove unnecessary performSILLinking() calls from immediate mode and REPL
This commit is contained in:
@@ -59,8 +59,7 @@ namespace swift {
|
||||
/// serialized modules.
|
||||
///
|
||||
/// \param M the SILModule on which to operate
|
||||
/// \param LinkAll when true, always link. For testing purposes.
|
||||
void performSILLinking(SILModule *M, bool LinkAll = false);
|
||||
void performSILLinking(SILModule *M);
|
||||
|
||||
/// \brief Convert SIL to a lowered form suitable for IRGen.
|
||||
void runSILLoweringPasses(SILModule &M);
|
||||
|
||||
Reference in New Issue
Block a user