mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Replaced !fileIsSIB test with true where it is applied to source files.
This commit is contained in:
@@ -827,7 +827,7 @@ static bool performCompile(CompilerInstance &Instance,
|
||||
for (auto *PrimaryFile : Instance.getPrimarySourceFiles()) {
|
||||
auto SM = performSILGeneration(*PrimaryFile, SILOpts, None);
|
||||
PSGIs.push_back(PostSILGenInputs{
|
||||
std::move(SM), !fileIsSIB(PrimaryFile), PrimaryFile});
|
||||
std::move(SM), true, PrimaryFile});
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user