[all-commits] [llvm/llvm-project] 489894: [Libomptarget][remote] Fix compile-time error

Atmn Patel via All-commits all-commits at lists.llvm.org
Tue Apr 19 13:46:39 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 489894f3631c0a4ed3cad6bf766707d962169247
      https://github.com/llvm/llvm-project/commit/489894f3631c0a4ed3cad6bf766707d962169247
  Author: Atmn Patel <atmndp at gmail.com>
  Date:   2022-04-19 (Tue, 19 Apr 2022)

  Changed paths:
    M openmp/libomptarget/plugins/remote/server/CMakeLists.txt
    M openmp/libomptarget/plugins/remote/server/Server.cpp
    M openmp/libomptarget/plugins/remote/src/CMakeLists.txt

  Log Message:
  -----------
  [Libomptarget][remote] Fix compile-time error

This fixes a compile-time error recently introduced within the remote
offloading plugin. This patch also removes some extra linker flags that are unnecessary, and adds an explicit abseil linker flag without which we occasionally get problems.

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




More information about the All-commits mailing list