Skip to content

Commit

Permalink
[OpenMP][NFC] Fix typo in libomptarget error message
Browse files Browse the repository at this point in the history
Summary:
There was a typo suggesting the user to use `LIBOMPTARGET_DEBUG` instead of
`LIBOMPTARGET_INFO`
  • Loading branch information
jhuber6 authored and jhuber-ornl committed Apr 1, 2021
1 parent 85ff35a commit 0af4e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmp/libomptarget/src/omptarget.cpp
Expand Up @@ -222,7 +222,7 @@ void handleTargetOutcome(bool Success, ident_t *Loc) {
for (auto &Device : PM->Devices)
dumpTargetPointerMappings(Loc, Device);
else
FAILURE_MESSAGE("Run with LIBOMPTARGET_DEBUG=%d to dump host-target "
FAILURE_MESSAGE("Run with LIBOMPTARGET_INFO=%d to dump host-target "
"pointer mappings.\n",
OMP_INFOTYPE_DUMP_TABLE);

Expand Down

0 comments on commit 0af4e74

Please sign in to comment.