[libc-commits] [PATCH] D152283: [libc] Export GPU extensions to `libc` for external use

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jun 7 11:16:57 PDT 2023


sivachandra accepted this revision.
sivachandra added a comment.
This revision is now accepted and ready to land.

OK for the file structuring.



================
Comment at: libc/include/llvm-libc-types/rpc_opcodes_t.h:12
+
+typedef enum : unsigned short {
+  RPC_NOOP = 0,
----------------
This would be C++ - is that OK?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152283



More information about the libc-commits mailing list