[all-commits] [llvm/llvm-project] df52a2: [libc] Make the RPC server target always available

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Jun 30 09:31:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: df52a22b1b7d912aeed8c79ecdb2e99f4189e4cb
      https://github.com/llvm/llvm-project/commit/df52a22b1b7d912aeed8c79ecdb2e99f4189e4cb
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
    M libc/CMakeLists.txt
    M libc/utils/gpu/server/CMakeLists.txt
    M libc/utils/gpu/server/rpc_server.h

  Log Message:
  -----------
  [libc] Make the RPC server target always available

This patch makes sure that we always build the RPC server. The proposed
used for this is to begin integrating this server implementation into
`libomptarget`. That requires that we build this server ahead of time
when using a `LLVM_ENABLE_PROJECTS` build. Make a few tweaks to ensure
that the GCC compiler which may be used for this build doesn't complain.

Reviewed By: JonChesterfield

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




More information about the All-commits mailing list