[libc-commits] [PATCH] D152283: [libc] Export GPU extensions to `libc` for external use
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Jun 7 11:18:40 PDT 2023
jhuber6 added inline comments.
================
Comment at: libc/include/llvm-libc-types/rpc_opcodes_t.h:12
+
+typedef enum : unsigned short {
+ RPC_NOOP = 0,
----------------
sivachandra wrote:
> This would be C++ - is that OK?
I thought that this was legal C, https://godbolt.org/z/aonTa87Me.
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