[libc-commits] [PATCH] D147375: [libc] Use string_view for write_to_stderr

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Sat Apr 1 04:41:29 PDT 2023


gchatelet updated this revision to Diff 510212.
gchatelet added a comment.

- Always send null-terminated string so we can use fputs on the server side


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147375

Files:
  libc/src/__support/OSUtil/gpu/CMakeLists.txt
  libc/src/__support/OSUtil/gpu/io.cpp
  libc/src/__support/OSUtil/gpu/io.h
  libc/src/__support/OSUtil/linux/CMakeLists.txt
  libc/src/__support/OSUtil/linux/io.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147375.510212.patch
Type: text/x-patch
Size: 4126 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230401/69d108fe/attachment.bin>


More information about the libc-commits mailing list