[Libomptarget] Fix misused macro name preventing printing of library name
authorJoseph Huber <jhuber6@vols.utk.edu>
Tue, 4 Jul 2023 12:59:11 +0000 (07:59 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Tue, 4 Jul 2023 13:00:27 +0000 (08:00 -0500)
commit18a6ccea3ae35a0de4bea7e9a603e9b83d48b084
treef5a7894270665e3948064aab0a7a1aaa82e44486
parenteb74eff9d2271a820beebc2814e63e0e1016a336
[Libomptarget] Fix misused macro name preventing printing of library name

Summary:
This code used `LIBOMPTARGET_DEBUG` which is not the macro name, but the
environment variable. This caused this portion to always be disabled. In
the long run we should aim for this to always be availible as it's
useful for other diagnostic message.
openmp/libomptarget/src/rtl.cpp