[llvm] 29ec590 - [llvm-exegesis] Add whitespace between words in error message

Jinsong Ji via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 11:23:36 PDT 2020


Author: Jinsong Ji
Date: 2020-09-24T18:20:57Z
New Revision: 29ec5901c9c515e34ed4299ac500f268dca1f62e

URL: https://github.com/llvm/llvm-project/commit/29ec5901c9c515e34ed4299ac500f268dca1f62e
DIFF: https://github.com/llvm/llvm-project/commit/29ec5901c9c515e34ed4299ac500f268dca1f62e.diff

LOG: [llvm-exegesis] Add whitespace between words in error message

Added: 
    

Modified: 
    llvm/tools/llvm-exegesis/llvm-exegesis.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/tools/llvm-exegesis/llvm-exegesis.cpp b/llvm/tools/llvm-exegesis/llvm-exegesis.cpp
index 8eeda4882385..fb3f41e14734 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");
   }
 


        


More information about the llvm-commits mailing list