[all-commits] [llvm/llvm-project] 2dbc53: [OMPT] Fix use of 'DEBUG_PREFIX' in the OMPT headers

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Jul 14 13:58:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2dbc53267274177f754fcb7470a9ebd4ee9bcbda
      https://github.com/llvm/llvm-project/commit/2dbc53267274177f754fcb7470a9ebd4ee9bcbda
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-07-14 (Fri, 14 Jul 2023)

  Changed paths:
    M openmp/libomptarget/include/OmptCallback.h
    M openmp/libomptarget/include/OmptConnector.h
    M openmp/libomptarget/src/OmptCallback.cpp

  Log Message:
  -----------
  [OMPT] Fix use of 'DEBUG_PREFIX' in the OMPT headers

This is the only place that defines  this prefix in a header file and
was thus overriding and redefining other users of it. If we must use it
in a header file, at least repsect its old values.

Reviewed By: tianshilei1992

Differential Revision: https://reviews.llvm.org/D155316




More information about the All-commits mailing list