[all-commits] [llvm/llvm-project] 0ac443: [Libomptarget] Remove unused 'SupportsEmptyImages'...

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Feb 5 08:00:20 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ac44385603ca67ceb969eb271d8c2075a8c14b4
      https://github.com/llvm/llvm-project/commit/0ac44385603ca67ceb969eb271d8c2075a8c14b4
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2024-02-05 (Mon, 05 Feb 2024)

  Changed paths:
    M openmp/libomptarget/include/Shared/PluginAPI.h
    M openmp/libomptarget/include/Shared/PluginAPI.inc
    M openmp/libomptarget/plugins-nextgen/common/include/PluginInterface.h
    M openmp/libomptarget/plugins-nextgen/common/src/PluginInterface.cpp
    M openmp/libomptarget/src/omptarget.cpp

  Log Message:
  -----------
  [Libomptarget] Remove unused 'SupportsEmptyImages' API function (#80316)

Summary:
This function is always false in the current implementation and is not
even considered required. Just remove it and if someone needs it in the
future they can add it back in. This is done to simplify the interface
prior to other changes




More information about the All-commits mailing list