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


sivachandra added inline comments.


================
Comment at: libc/src/stdio/CMakeLists.txt:16
+      DEPENDS
+        .${LIBC_TARGET_OS}.${name}
+    )
----------------
This line should be fixed to get the bots to green I think.


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