[all-commits] [llvm/llvm-project] 9f650a: [Libomptarget] Remove dependency on the DeviceRTL ...

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Feb 13 05:02:08 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f650ae779b4d7e033f5f17290aad50e935424d2
      https://github.com/llvm/llvm-project/commit/9f650ae779b4d7e033f5f17290aad50e935424d2
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
    M openmp/libomptarget/plugins-nextgen/amdgpu/CMakeLists.txt
    M openmp/libomptarget/plugins-nextgen/cuda/CMakeLists.txt
    M openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
    M openmp/libomptarget/plugins/cuda/CMakeLists.txt

  Log Message:
  -----------
  [Libomptarget] Remove dependency on the DeviceRTL from the GPU plugins

The GPU plugins have a dependency on the device libraries. Sometimes we
cannot build the device libraries because the user does not have a valid
`clang` to use or it was explicitly disabled. Currently this leads to a
transitive failure because we cannot meet this dependency. This patch
simply removes that dependency.

Fixes https://github.com/llvm/llvm-project/issues/60457

Reviewed By: tianshilei1992

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




More information about the All-commits mailing list