[libc-commits] [PATCH] D149363: [libc] Implement `exit` for the GPU partially

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Apr 27 11:13:56 PDT 2023


sivachandra added inline comments.


================
Comment at: libc/src/stdlib/gpu/_Exit.cpp:1
-//===-- Implementation of exit --------------------------------------------===//
+//===------------------- GPU Implementation of _Exit-----------------------===//
 //
----------------
We can unify the `_Exit` implementation now as it uses the OSUtil abstraction. Move this to the top-level directory and remove the `linux/_Exit.cpp` implementation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149363



More information about the libc-commits mailing list