[libc-commits] [PATCH] D157427: [libc] Rework the file handling for the GPU

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Aug 9 09:07:33 PDT 2023


jhuber6 updated this revision to Diff 548643.
jhuber6 added a comment.

Fix namespace not being applied to the struct in handle entrypoints.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157427/new/

https://reviews.llvm.org/D157427

Files:
  libc/config/gpu/entrypoints.txt
  libc/docs/gpu/support.rst
  libc/src/__support/File/CMakeLists.txt
  libc/src/__support/File/file.cpp
  libc/src/__support/File/file.h
  libc/src/__support/File/gpu/CMakeLists.txt
  libc/src/__support/File/gpu/dir.cpp
  libc/src/__support/File/gpu/file.cpp
  libc/src/stdio/CMakeLists.txt
  libc/src/stdio/gpu/CMakeLists.txt
  libc/src/stdio/gpu/file.h
  libc/src/stdio/gpu/fputs.cpp
  libc/src/stdio/gpu/puts.cpp
  libc/src/stdio/stderr.cpp
  libc/src/stdio/stdin.cpp
  libc/src/stdio/stdout.cpp
  libc/test/src/stdio/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157427.548643.patch
Type: text/x-patch
Size: 27287 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230809/3a597d55/attachment-0001.bin>


More information about the libc-commits mailing list