[all-commits] [llvm/llvm-project] f8cf21: [libc] Remove flaky static assert from RPC interface

Joseph Huber via All-commits all-commits at lists.llvm.org
Tue Jul 4 09:06:38 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f8cf2105760d2dfd58de4ca1c459c5bb1e2802dc
      https://github.com/llvm/llvm-project/commit/f8cf2105760d2dfd58de4ca1c459c5bb1e2802dc
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-07-04 (Tue, 04 Jul 2023)

  Changed paths:
    M libc/src/__support/RPC/rpc.h

  Log Message:
  -----------
  [libc] Remove flaky static assert from RPC interface

Summary:
This function is intended to only be used on the GPU as a shorthand. The
static assert should only fire if it's called ,but it seems that its
precence can sometimes cause issues and other times not. Simply remove
it as it's causing build problems.




More information about the All-commits mailing list