Skip to content

Commit

Permalink
[openmp] Clarify error message if TSan is missing (#70916)
Browse files Browse the repository at this point in the history
For an uninformed user, the error message might refer to a missing "TSan
stopping operation", rather than indicating that TSan is missing **and
therefore** operation is stopped.
  • Loading branch information
jons-pf committed Mar 6, 2024
1 parent ac74d9e commit 20459dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmp/tools/archer/ompt-tsan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ ompt_start_tool(unsigned int omp_version, const char *runtime_version) {
// tool the chance to be loaded
{
if (archer_flags->verbose)
std::cout << "Archer detected OpenMP application without TSan "
std::cout << "Archer detected OpenMP application without TSan; "
"stopping operation"
<< std::endl;
delete archer_flags;
Expand Down

0 comments on commit 20459dd

Please sign in to comment.