[Openmp-commits] [PATCH] D155316: [OMPT] Fix use of 'DEBUG_PREFIX' in the OMPT headers

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jul 14 10:45:01 PDT 2023


jhuber6 added a comment.

In D155316#4501661 <https://reviews.llvm.org/D155316#4501661>, @tianshilei1992 wrote:

> In addition to this, we also have definition of the macro in CMake files. I think we need to define them in a unified manner: either all in CMake file, or in header.

I've wanted to do a complete overhead of `libomptarget` diagnostics for awhile now. This is just the fast way to get something nominally functional. In the future we probably want routines that map into the LLVM libraries for formatting and printing.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155316/new/

https://reviews.llvm.org/D155316



More information about the Openmp-commits mailing list