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

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Apr 27 11:24:33 PDT 2023


jhuber6 added inline comments.


================
Comment at: libc/config/gpu/entrypoints.txt:70
 
+    # stdlib.h entrypoints
+    libc.src.stdlib._Exit
----------------
sivachandra wrote:
> Why are they separated out like this?
It was like that in the x64 one so I just copied it.


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