[all-commits] [llvm/llvm-project] 2b7227: [libc] Fix RPC server global after mass replace of...

Joseph Huber via All-commits all-commits at lists.llvm.org
Tue Sep 26 12:29:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2b7227db1e0f1e9146edd758004190da8d0cb9b9
      https://github.com/llvm/llvm-project/commit/2b7227db1e0f1e9146edd758004190da8d0cb9b9
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
    M libc/src/__support/RPC/rpc_client.cpp
    M libc/utils/gpu/server/rpc_server.h

  Log Message:
  -----------
  [libc] Fix RPC server global after mass replace of __llvm_libc

Summary:
This variable needs a reserved name starting with `__`. It was
mistakenly changed with a mass replace. It happened to work because the
tests still picked up the associated symbol, but it just became a bad
name because it's not reserved anymore.




More information about the All-commits mailing list