mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Error typo fix.
This commit is contained in:
@@ -495,7 +495,7 @@ SupplementaryOutputPathsComputer::readSupplementaryOutputFileMap() const {
|
||||
options::OPT_emit_loaded_module_trace_path,
|
||||
options::OPT_emit_tbd_path)) {
|
||||
Diags.diagnose(SourceLoc(),
|
||||
diag::error_cannot_have_supplementary_outputs_map,
|
||||
diag::error_cannot_have_supplementary_outputs,
|
||||
A->getSpelling(), "-supplementary-output-file-map");
|
||||
return None;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user