[all-commits] [llvm/llvm-project] 010c0d: [libc][AMDGPU] Disable %m in RPC server (#109317)

Michael Jones via All-commits all-commits at lists.llvm.org
Thu Sep 19 11:33:44 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 010c0d36e1c8e25212dbbb7ed03dd6eb58b48f45
      https://github.com/llvm/llvm-project/commit/010c0d36e1c8e25212dbbb7ed03dd6eb58b48f45
  Author: Michael Jones <michaelrj at google.com>
  Date:   2024-09-19 (Thu, 19 Sep 2024)

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

  Log Message:
  -----------
  [libc][AMDGPU] Disable %m in RPC server (#109317)

The RPC server directly includes the printf code, but doesn't support
errno, so the %m conversion needs to be disabled there as well. This
patch does that.



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