[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 12:48:48 PDT 2023


jhuber6 added inline comments.


================
Comment at: libc/src/stdio/CMakeLists.txt:16
+      DEPENDS
+        .${LIBC_TARGET_OS}.${name}
+    )
----------------
sivachandra wrote:
> This line should be fixed to get the bots to green I think.
Yep, already pushed a fix. Sorry about that, copy paste strikes again.


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