[libc-commits] [PATCH] D157427: [libc] Rework the file handling for the GPU
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Aug 9 11:48:07 PDT 2023
sivachandra added inline comments.
================
Comment at: libc/src/stdio/gpu/stderr.cpp:13
+
+#ifdef LIBC_TARGET_ARCH_IS_GPU
+namespace __llvm_libc {
----------------
Missed this: Do you need these `ifdef` conditionals now?
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