[Openmp-commits] [openmp] f0689d2 - archer: Remove superfluous dot from warning message

Jonas Hahnfeld via Openmp-commits openmp-commits at lists.llvm.org
Fri Mar 6 06:19:43 PST 2020


Author: Jonas Hahnfeld
Date: 2020-03-06T15:19:30+01:00
New Revision: f0689d2e6209a6c404ebf85ba4f1f98b0e22f8a8

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

LOG: archer: Remove superfluous dot from warning message

Added: 
    

Modified: 
    openmp/tools/archer/ompt-tsan.cpp

Removed: 
    


################################################################################
diff  --git a/openmp/tools/archer/ompt-tsan.cpp b/openmp/tools/archer/ompt-tsan.cpp
index 39512d38e3c2..e6c3f9fe1448 100644
--- a/openmp/tools/archer/ompt-tsan.cpp
+++ b/openmp/tools/archer/ompt-tsan.cpp
@@ -899,7 +899,7 @@ static int ompt_tsan_initialize(ompt_function_lookup_t lookup,
     fprintf(
         stderr,
         "Warning: please export TSAN_OPTIONS='ignore_noninstrumented_modules=1' "
-        "to avoid false positive reports from the OpenMP runtime.!\n");
+        "to avoid false positive reports from the OpenMP runtime!\n");
   return 1; // success
 }
 


        


More information about the Openmp-commits mailing list