[all-commits] [llvm/llvm-project] 0e7e42: [OMPT] Fix debug prefix not being defined
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Nov 16 05:53:58 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e7e426c0c4a42416da6e0d30da4826575ecedd0
https://github.com/llvm/llvm-project/commit/0e7e426c0c4a42416da6e0d30da4826575ecedd0
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-11-16 (Wed, 16 Nov 2022)
Changed paths:
M openmp/libomptarget/include/ompt_connector.h
Log Message:
-----------
[OMPT] Fix debug prefix not being defined
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.
More information about the All-commits
mailing list