diff --git a/llvm/tools/llvm-exegesis/llvm-exegesis.cpp b/llvm/tools/llvm-exegesis/llvm-exegesis.cpp index 8eeda48823859..fb3f41e147348 100644 --- a/llvm/tools/llvm-exegesis/llvm-exegesis.cpp +++ b/llvm/tools/llvm-exegesis/llvm-exegesis.cpp @@ -406,7 +406,7 @@ static void analysisMain() { if (AnalysisClustersOutputFile.empty() && AnalysisInconsistenciesOutputFile.empty()) { ExitWithError( - "for --mode=analysis: At least one of --analysis-clusters-output-file" + "for --mode=analysis: At least one of --analysis-clusters-output-file " "and --analysis-inconsistencies-output-file must be specified"); }