[all-commits] [llvm/llvm-project] 04ae35: [libomptarget] Always enable time tracing in libom...

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Aug 29 12:49:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 04ae35e592c1e7e99bb3894420b6ff2117ace78a
      https://github.com/llvm/llvm-project/commit/04ae35e592c1e7e99bb3894420b6ff2117ace78a
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2022-08-29 (Mon, 29 Aug 2022)

  Changed paths:
    M openmp/CMakeLists.txt
    M openmp/docs/design/Runtimes.rst
    M openmp/libomptarget/src/private.h
    M openmp/libomptarget/src/rtl.cpp

  Log Message:
  -----------
  [libomptarget] Always enable time tracing in libomptarget

Previously time tracing features were hidden behind an optional CMake
option. This was because `libomptarget` was not based on the LLVM
libraries at that time. Now that `libomptarget` is an LLVM library we
should be able to freely use the `LLVMSupport` library whenever we want
and do not need to guard it in this way.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list