[all-commits] [llvm/llvm-project] 85c66f: [libc] Instantiate and sanity check rpc class

Jon Chesterfield via All-commits all-commits at lists.llvm.org
Thu Jun 22 18:11:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 85c66f5d18b3b4123eb9246a48ed5118219996d8
      https://github.com/llvm/llvm-project/commit/85c66f5d18b3b4123eb9246a48ed5118219996d8
  Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
  Date:   2023-06-23 (Fri, 23 Jun 2023)

  Changed paths:
    M libc/src/__support/RPC/rpc.h
    M libc/src/__support/RPC/rpc_util.h
    M libc/test/src/__support/CMakeLists.txt
    A libc/test/src/__support/RPC/CMakeLists.txt
    A libc/test/src/__support/RPC/rpc_smoke_test.cpp

  Log Message:
  -----------
  [libc] Instantiate and sanity check rpc class

CMake plumbing cargo culted from other tests.
Minor changes to Process to allow statically allocating a buffer.

Reviewed By: jhuber6

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




More information about the All-commits mailing list