mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix primary not found diagnostic.
This commit is contained in:
@@ -226,7 +226,7 @@ private:
|
||||
// some-file-not-in-foo".
|
||||
assert(FilelistPathArg && "Missing primary with no filelist");
|
||||
Diags.diagnose(SourceLoc(), diag::error_primary_file_not_found, file,
|
||||
PrimaryFilelistPathArg->getValue());
|
||||
FilelistPathArg->getValue());
|
||||
}
|
||||
return !PrimaryFiles.empty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user