[all-commits] [llvm/llvm-project] 4d3198: [OpenMP] build offload plugins before testing them

Bryan Chan via All-commits all-commits at lists.llvm.org
Thu Nov 28 14:44:26 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d3198e243fa450a4109fd72ae1999f1a13570fa
      https://github.com/llvm/llvm-project/commit/4d3198e243fa450a4109fd72ae1999f1a13570fa
  Author: Bryan Chan <bryan.chan at huawei.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M openmp/libomptarget/CMakeLists.txt
    M openmp/libomptarget/plugins/CMakeLists.txt
    M openmp/libomptarget/test/CMakeLists.txt

  Log Message:
  -----------
  [OpenMP] build offload plugins before testing them

Summary:
"make check-all" or "make check-libomptarget" would attempt to run offloading
tests before the offload plugins are built. This patch corrects that by adding
dependencies to the libomptarget CMake rules.

Reviewers: jdoerfert

Subscribers: mgorny, guansong, openmp-commits

Tags: #openmp

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




More information about the All-commits mailing list