Summary:
This header file uses the `DP` prefixes but does not define
`DEBUG_PREFIX`. This patch adds a simple fix, but realistically the `DP`
system isn't ideal. Now that we have access to LLVM libraries and other
utilities we should consider rewriting all of the debugging and error
handling glue.
#include "omp-tools.h"
#include "omptarget.h"
+#define DEBUG_PREFIX "OMPT"
+
#define LIBOMPTARGET_STRINGIFY(s) #s
/// Type for the function to be invoked for connecting two libraries.
std::string LibIdent;
};
+#undef DEBUG_PREFIX
+
#endif // OMPT_SUPPORT
#endif // _OMPT_CONNECTOR_H