Skip to content

Commit 20459dd

Browse files
authored
[openmp] Clarify error message if TSan is missing (#70916)
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.
1 parent ac74d9e commit 20459dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/tools/archer/ompt-tsan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ ompt_start_tool(unsigned int omp_version, const char *runtime_version) {
12481248
// tool the chance to be loaded
12491249
{
12501250
if (archer_flags->verbose)
1251-
std::cout << "Archer detected OpenMP application without TSan "
1251+
std::cout << "Archer detected OpenMP application without TSan; "
12521252
"stopping operation"
12531253
<< std::endl;
12541254
delete archer_flags;

0 commit comments

Comments
 (0)