Small cosmetic fixes.

This commit is contained in:
David Ungar
2018-03-14 21:17:08 -07:00
parent 09a80cbbe3
commit 498366c91c
4 changed files with 14 additions and 14 deletions

View File

@@ -494,11 +494,9 @@ SupplementaryOutputPathsComputer::readSupplementaryOutputFileMap() const {
options::OPT_serialize_diagnostics_path,
options::OPT_emit_loaded_module_trace_path,
options::OPT_emit_tbd_path)) {
Diags.diagnose(
SourceLoc(),
diag::
error_cannot_have_supplementary_outputs_with_supplementary_ouputs_file_map,
A->getSpelling(), "-supplementary-output-file-map");
Diags.diagnose(SourceLoc(),
diag::error_cannot_have_supplementary_outputs_map,
A->getSpelling(), "-supplementary-output-file-map");
return None;
}
const StringRef supplementaryFileMapPath =