[all-commits] [llvm/llvm-project] e8e267: [libc] Remove use of C++ STL features from `rpc_se...

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu Mar 13 11:25:04 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e8e267ec42edf7e2c955f72ae649e1298521845b
      https://github.com/llvm/llvm-project/commit/e8e267ec42edf7e2c955f72ae649e1298521845b
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2025-03-13 (Thu, 13 Mar 2025)

  Changed paths:
    M libc/utils/gpu/server/rpc_server.cpp

  Log Message:
  -----------
  [libc] Remove use of C++ STL features from `rpc_server.cpp` (#131169)

Summary:
This is done in preparation for making this header only so we can use it
without an object library. This will be a transient interface that
internal LLVM stuff with use. External people can use it too if they go
through the LLVM libc interface for shared stuff but there's no backward
compatibility guarantees.

Patch just cleans it up prior to the move.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list