[all-commits] [llvm/llvm-project] 9300b6: [OpenMP][OMPT] Add OMPT support for `generic-elf-6...

Michael Halkenhäuser via All-commits all-commits at lists.llvm.org
Fri Aug 25 10:53:47 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9300b6de3c1d2d35b3c38a5f80c2873f27699dce
      https://github.com/llvm/llvm-project/commit/9300b6de3c1d2d35b3c38a5f80c2873f27699dce
  Author: Michael Halkenhaeuser <MichaelGerald.Halkenhauser at amd.com>
  Date:   2023-08-25 (Fri, 25 Aug 2023)

  Changed paths:
    M openmp/libomptarget/plugins-nextgen/CMakeLists.txt
    M openmp/libomptarget/plugins-nextgen/generic-elf-64bit/src/rtl.cpp
    M openmp/libomptarget/test/ompt/veccopy.c
    M openmp/libomptarget/test/ompt/veccopy_data.c
    M openmp/libomptarget/test/ompt/veccopy_disallow_both.c
    M openmp/libomptarget/test/ompt/veccopy_emi.c
    M openmp/libomptarget/test/ompt/veccopy_emi_map.c
    M openmp/libomptarget/test/ompt/veccopy_map.c
    M openmp/libomptarget/test/ompt/veccopy_no_device_init.c
    M openmp/libomptarget/test/ompt/veccopy_wrong_return.c

  Log Message:
  -----------
  [OpenMP][OMPT] Add OMPT support for `generic-elf-64bit` plugin

Fixes: https://github.com/llvm/llvm-project/issues/64487
Connect OMPT during plugin initialization and enable corresponding tests.
Avoid linking OMPT when corresponding support is disabled.

Depends on D158542

Reviewed By: tianshilei1992

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




More information about the All-commits mailing list