mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove bogus comma
This commit is contained in:
@@ -55,7 +55,7 @@ std::string CompilerInvocation::getPCHHash() const {
|
||||
|
||||
void CompilerInstance::createSILModule() {
|
||||
assert(MainModule && "main module not created yet");
|
||||
// Assume WMO, if a -primary-file option was not provided.
|
||||
// Assume WMO if a -primary-file option was not provided.
|
||||
bool WholeModule = !Invocation.getFrontendOptions().PrimaryInput.hasValue();
|
||||
TheSILModule = SILModule::createEmptyModule(
|
||||
getMainModule(), Invocation.getSILOptions(), WholeModule);
|
||||
|
||||
Reference in New Issue
Block a user