[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 11:49:08 PDT 2023
jhuber6 added inline comments.
================
Comment at: libc/src/stdio/gpu/stderr.cpp:13
+
+#ifdef LIBC_TARGET_ARCH_IS_GPU
+namespace __llvm_libc {
----------------
sivachandra wrote:
> Missed this: Do you need these `ifdef` conditionals now?
You beat me fixing it by a few seconds.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157427/new/
https://reviews.llvm.org/D157427
More information about the libc-commits
mailing list