[all-commits] [llvm/llvm-project] 490958: [libc][obvious] Actually return the value from `ma...

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu Jun 15 13:13:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 490958b9eabc8e345fd2d88742e832984dd8643a
      https://github.com/llvm/llvm-project/commit/490958b9eabc8e345fd2d88742e832984dd8643a
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-06-15 (Thu, 15 Jun 2023)

  Changed paths:
    M libc/utils/gpu/loader/nvptx/Loader.cpp

  Log Message:
  -----------
  [libc][obvious] Actually return the value from `malloc` for NVPTX

Switching to this interface we neglected to actually write the output
from the malloc call to the RPC buffer. Fix this so the tests pass
again.

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




More information about the All-commits mailing list