[all-commits] [llvm/llvm-project] 18a6cc: [Libomptarget] Fix misused macro name preventing p...

Joseph Huber via All-commits all-commits at lists.llvm.org
Tue Jul 4 06:00:50 PDT 2023


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

  Changed paths:
    M openmp/libomptarget/src/rtl.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list