[all-commits] [llvm/llvm-project] 7fa7b0: [libomptarget] Add device RTL to regression test d...

Michael Kruse via All-commits all-commits at lists.llvm.org
Wed Apr 6 18:02:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7fa7b0cbd8f8d43c2237b75423cd25e74edde820
      https://github.com/llvm/llvm-project/commit/7fa7b0cbd8f8d43c2237b75423cd25e74edde820
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

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

  Log Message:
  -----------
  [libomptarget] Add device RTL to regression test dependencies.

In a clean build directory, `check-openmp` or `check-libomptarget` will fail because of missing device RTL .bc files. Ensure that the new targets new custom targets `omptarget.devicertl.nvptx` and `omptarget.devicertl.amdgpu` (corresponding to the plugin rtl targets `omptarget.rtl.cuda`, respectively `omptarget.rlt.amdgpu` ) are dependencies of the regression tests.

Reviewed By: JonChesterfield

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




More information about the All-commits mailing list