[all-commits] [llvm/llvm-project] 8a7705: [OpenMP][Libomptarget] Fix conditional in CMake fo...

Atmn Patel via All-commits all-commits at lists.llvm.org
Wed Jan 27 18:29:23 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a77056256d9970387595a5c729d894e3fe07131
      https://github.com/llvm/llvm-project/commit/8a77056256d9970387595a5c729d894e3fe07131
  Author: Atmn Patel <atmndp at gmail.com>
  Date:   2021-01-27 (Wed, 27 Jan 2021)

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

  Log Message:
  -----------
  [OpenMP][Libomptarget] Fix conditional in CMake for remote plugin

The remote offloading plugin's CMakeLists was trying to build if its
flag was enabled even if it didn't find gRPC/protobuf. The conditional
was wrong, it's fixed by this.

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




More information about the All-commits mailing list